summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-04-09bcachefs: Fix check_topology() when using node scanKent Overstreet
2024-04-08bcachefs: fix eytzinger0_find_gt()Kent Overstreet
2024-04-08Merge tag 'for-6.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-04-07bcachefs: fix bch2_get_acl() transaction restart handlingKent Overstreet
2024-04-07bcachefs: fix the count of nr_freed_pcpu after changing bc->freed_nonpcpu listHongbo Li
2024-04-07fs: claw back a few FMODE_* bitsChristian Brauner
2024-04-07erofs: switch erofs_bread() to passing offset instead of block numberAl Viro
2024-04-07bcachefs: Fix gap buffer bug in bch2_journal_key_insert_take()Kent Overstreet
2024-04-06bcachefs: Rename struct field swap to prevent macro naming collisionThorsten Blum
2024-04-06bcachefs: JOURNAL_SPACE_LOWKent Overstreet
2024-04-06bcachefs: Disable errors=panic for BCH_IOCTL_FSCK_OFFLINEKent Overstreet
2024-04-06bcachefs: Fix BCH_IOCTL_FSCK_OFFLINE for encrypted filesystemsKent Overstreet
2024-04-06Merge tag 'nfsd-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2024-04-06Merge tag 'xfs-6.9-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-04-06Merge tag '6.9-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-04-05bcachefs: fix rand_delete unit testKent Overstreet
2024-04-05bcachefs: fix ! vs ~ typo in __clear_bit_le64()Dan Carpenter
2024-04-05nfsd: hold a lighter-weight client reference over CB_RECALL_ANYJeff Layton
2024-04-05Merge tag '6.9-rc2-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2024-04-05Merge tag 'vfs-6.9-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-04-05fs: Annotate struct file_handle with __counted_by() and use struct_size()Gustavo A. R. Silva
2024-04-05fs: aio: convert to ring_folios and internal_foliosKefeng Wang
2024-04-05fs: aio: use a folio in aio_free_ring()Kefeng Wang
2024-04-05fs: aio: use a folio in aio_setup_ring()Kefeng Wang
2024-04-05ecryptfs: Fix buffer size for tag 66 packetBrian Kubisiak
2024-04-05fs/writeback: remove unnecessary return in writeback_inodes_sbKemeng Shi
2024-04-05fs/writeback: correct comment of __wakeup_flusher_threads_bdiKemeng Shi
2024-04-05fs/writeback: only calculate dirtied_before when b_io is emptyKemeng Shi
2024-04-05fs/writeback: remove unused parameter wb of finish_writeback_workKemeng Shi
2024-04-05fs/writeback: bail out if there is no more inodes for IO and queued onceKemeng Shi
2024-04-05aio: Fix null ptr deref in aio_complete() wakeupKent Overstreet
2024-04-05bcachefs: Fix rebalance from durability=0 deviceKent Overstreet
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-04nfs: Handle error of rpc_proc_register() in nfs_net_init().Kuniyuki Iwashima
2024-04-04Merge tag 'bcachefs-2024-04-03' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-04-04bcachefs: Print shutdown journal sequence numberKent Overstreet
2024-04-04bcachefs: Further improve btree_update_to_text()Kent Overstreet
2024-04-04bcachefs: Move btree_updates to debugfsKent Overstreet
2024-04-04bcachefs: Bump limit in btree_trans_too_many_iters()Kent Overstreet
2024-04-04bcachefs: Make snapshot_is_ancestor() safeKent Overstreet
2024-04-04ext2: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodRitesh Harjani (IBM)
2024-04-04fsnotify: optimize the case of no permission event watchersAmir Goldstein
2024-04-04fsnotify: use an enum for group priority constantsAmir Goldstein
2024-04-04fsnotify: lazy attach fsnotify_sb_info state to sbAmir Goldstein
2024-04-04fsnotify: create helper fsnotify_update_sb_watchers()Amir Goldstein
2024-04-04fsnotify: pass object pointer and type to fsnotify mark helpersAmir Goldstein
2024-04-04fanotify: merge two checks regarding add of ignore markAmir Goldstein
2024-04-04fsnotify: create a wrapper fsnotify_find_inode_mark()Amir Goldstein
2024-04-04fsnotify: create helpers to get sb and connp from objectAmir Goldstein
2024-04-04fsnotify: rename fsnotify_{get,put}_sb_connectors()Amir Goldstein