aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-04-05ecryptfs: Fix buffer size for tag 66 packetBrian Kubisiak1-1/+3
2024-04-05fs/writeback: remove unnecessary return in writeback_inodes_sbKemeng Shi1-1/+1
2024-04-05fs/writeback: correct comment of __wakeup_flusher_threads_bdiKemeng Shi1-2/+1
2024-04-05fs/writeback: only calculate dirtied_before when b_io is emptyKemeng Shi1-12/+13
2024-04-05fs/writeback: remove unused parameter wb of finish_writeback_workKemeng Shi1-4/+3
2024-04-05fs/writeback: bail out if there is no more inodes for IO and queued onceKemeng Shi1-2/+5
2024-04-05aio: Fix null ptr deref in aio_complete() wakeupKent Overstreet1-1/+1
2024-04-05bcachefs: Fix rebalance from durability=0 deviceKent Overstreet1-4/+13
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski80-1184/+2772
2024-04-04nfs: Handle error of rpc_proc_register() in nfs_net_init().Kuniyuki Iwashima1-1/+6
2024-04-04Merge tag 'bcachefs-2024-04-03' of https://evilpiepirate.org/git/bcachefsLinus Torvalds39-494/+1869
2024-04-04bcachefs: Print shutdown journal sequence numberKent Overstreet1-0/+5
2024-04-04bcachefs: Further improve btree_update_to_text()Kent Overstreet2-55/+48
2024-04-04bcachefs: Move btree_updates to debugfsKent Overstreet2-9/+42
2024-04-04bcachefs: Bump limit in btree_trans_too_many_iters()Kent Overstreet2-1/+15
2024-04-04bcachefs: Make snapshot_is_ancestor() safeKent Overstreet1-6/+13
2024-04-04ext2: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodRitesh Harjani (IBM)2-3/+7
2024-04-04fsnotify: optimize the case of no permission event watchersAmir Goldstein2-3/+30
2024-04-04fsnotify: use an enum for group priority constantsAmir Goldstein1-6/+5
2024-04-04fsnotify: lazy attach fsnotify_sb_info state to sbAmir Goldstein3-5/+52
2024-04-04fsnotify: create helper fsnotify_update_sb_watchers()Amir Goldstein1-14/+22
2024-04-04fsnotify: pass object pointer and type to fsnotify mark helpersAmir Goldstein3-99/+47
2024-04-04fanotify: merge two checks regarding add of ignore markAmir Goldstein1-18/+17
2024-04-04fsnotify: create a wrapper fsnotify_find_inode_mark()Amir Goldstein3-5/+5
2024-04-04fsnotify: create helpers to get sb and connp from objectAmir Goldstein2-0/+30
2024-04-04fsnotify: rename fsnotify_{get,put}_sb_connectors()Amir Goldstein2-32/+39
2024-04-03bcachefs: create debugfs dir for each btreeThomas Bertschinger1-15/+15
2024-04-03smb: client: fix potential UAF in cifs_signal_cifsd_for_reconnect()Paulo Alcantara1-0/+2
2024-04-03smb: client: fix potential UAF in smb2_is_network_name_deleted()Paulo Alcantara1-0/+2
2024-04-03smb: client: fix potential UAF in is_valid_oplock_break()Paulo Alcantara1-0/+2
2024-04-03smb: client: fix potential UAF in smb2_is_valid_oplock_break()Paulo Alcantara1-0/+2
2024-04-03smb: client: fix potential UAF in smb2_is_valid_lease_break()Paulo Alcantara1-0/+2
2024-04-03smb: client: fix potential UAF in cifs_stats_proc_show()Paulo Alcantara1-0/+2
2024-04-03smb: client: fix potential UAF in cifs_stats_proc_write()Paulo Alcantara1-0/+2
2024-04-03smb: client: fix potential UAF in cifs_dump_full_key()Paulo Alcantara1-1/+5
2024-04-03smb: client: fix potential UAF in cifs_debug_files_proc_show()Paulo Alcantara2-0/+12
2024-04-03smb3: retrying on failed server closeRitvik Budhiraja7-17/+85
2024-04-03bcachefs: reconstruct_inode()Kent Overstreet1-2/+50
2024-04-03bcachefs: Subvolume reconstructionKent Overstreet1-19/+148
2024-04-03bcachefs: Check for extents that point to same spaceKent Overstreet2-8/+168
2024-04-03bcachefs: Reconstruct missing snapshot nodesKent Overstreet6-6/+199
2024-04-03bcachefs: Flag btrees with missing dataKent Overstreet6-5/+44
2024-04-03bcachefs: Topology repair now uses nodes found by scanning to fill holesKent Overstreet2-107/+199
2024-04-03bcachefs: Repair pass for scanning for btree nodesKent Overstreet12-51/+605
2024-04-03bcachefs: Don't skip fake btree roots in fsckKent Overstreet1-3/+0
2024-04-03bcachefs: bch2_btree_root_alloc() -> bch2_btree_root_alloc_fake()Kent Overstreet3-7/+7
2024-04-03bcachefs: Etyzinger cleanupsKent Overstreet7-182/+285
2024-04-03bcachefs: bch2_shoot_down_journal_keys()Kent Overstreet3-10/+35
2024-04-03bcachefs: Clear recovery_passes_required as they complete without errorsKent Overstreet3-12/+43
2024-04-03Merge tag 'vboxsf-v6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ha...Linus Torvalds3-7/+6