aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-10-18debugfs: convert to new timestamp accessorsGravatar Jeff Layton 1-1/+1
2023-10-18cramfs: convert to new timestamp accessorsGravatar Jeff Layton 1-2/+2
2023-10-18configfs: convert to new timestamp accessorsGravatar Jeff Layton 1-4/+4
2023-10-18coda: convert to new timestamp accessorsGravatar Jeff Layton 3-4/+6
2023-10-18ceph: convert to new timestamp accessorsGravatar Jeff Layton 6-41/+51
2023-10-18btrfs: convert to new timestamp accessorsGravatar Jeff Layton 6-48/+50
2023-10-18bfs: convert to new timestamp accessorsGravatar Jeff Layton 2-11/+10
2023-10-18befs: convert to new timestamp accessorsGravatar Jeff Layton 1-5/+5
2023-10-18autofs: convert to new timestamp accessorsGravatar Jeff Layton 2-4/+4
2023-10-18afs: convert to new timestamp accessorsGravatar Jeff Layton 3-6/+6
2023-10-18affs: convert to new timestamp accessorsGravatar Jeff Layton 2-12/+9
2023-10-18adfs: convert to new timestamp accessorsGravatar Jeff Layton 1-5/+8
2023-10-189p: convert to new timestamp accessorsGravatar Jeff Layton 2-11/+11
2023-10-18fs: convert core infrastructure to new timestamp accessorsGravatar Jeff Layton 8-24/+31
2023-10-18fs: new accessor methods for atime and mtimeGravatar Jeff Layton 1-11/+30
2023-10-08Merge tag '6.6-rc4-ksmbd-server-fixes' of git://git.samba.org/ksmbdGravatar Linus Torvalds 10-45/+151
2023-10-07Merge tag '6.6-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-13/+13
2023-10-07Merge tag 'xfs-6.6-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 6-117/+311
2023-10-06Merge tag 'for-6.6-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-17/+47
2023-10-05Merge tag 'erofs-for-6.6-rc5-fixes' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-2/+5
2023-10-05Merge tag 'ovl-fixes-6.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 5-30/+28
2023-10-04ksmbd: fix race condition between tree conn lookup and disconnectGravatar Namjae Jeon 6-17/+90
2023-10-04ksmbd: fix race condition from parallel smb2 lock requestsGravatar Namjae Jeon 1-11/+1
2023-10-04ksmbd: fix race condition from parallel smb2 logoff requestsGravatar Namjae Jeon 1-8/+16
2023-10-04ksmbd: fix uaf in smb20_oplock_break_ackGravatar luosili 1-2/+2
2023-10-04ksmbd: fix race condition with fpGravatar Namjae Jeon 3-4/+32
2023-10-04ksmbd: fix race condition between session lookup and expireGravatar Namjae Jeon 3-3/+10
2023-10-04smb: client: do not start laundromat thread on nohandlecacheGravatar Paulo Alcantara 1-8/+8
2023-10-04smb: use kernel_connect() and kernel_bind()Gravatar Jordan Rife 1-5/+5
2023-10-04btrfs: error out when reallocating block for defrag using a stale transactionGravatar Filipe Manana 1-2/+16
2023-10-04btrfs: error when COWing block from a root that is being deletedGravatar Filipe Manana 1-3/+7
2023-10-04btrfs: error out when COWing block using a stale transactionGravatar Filipe Manana 1-8/+16
2023-10-04btrfs: always print transaction aborted messages with an error levelGravatar Filipe Manana 1-2/+2
2023-10-04btrfs: reject unknown mount options earlyGravatar Qu Wenruo 1-0/+4
2023-10-04btrfs: fix some -Wmaybe-uninitialized warnings in ioctl.cGravatar Josef Bacik 1-2/+2
2023-10-04xfs: abort fstrim if kernel is suspendingGravatar Dave Chinner 1-8/+13
2023-10-04xfs: reduce AGF hold times during fstrim operationsGravatar Dave Chinner 3-24/+188
2023-10-04xfs: move log discard work to xfs_discard.cGravatar Dave Chinner 5-88/+113
2023-10-03Merge tag 'nfs-for-6.6-3' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 3-14/+37
2023-10-03ovl: fix NULL pointer defer when encoding non-decodable lower fidGravatar Amir Goldstein 1-1/+1
2023-10-02ovl: make use of ->layers safe in rcu pathwalkGravatar Amir Goldstein 3-24/+21
2023-10-02ovl: fetch inode once in ovl_dentry_revalidate_common()Gravatar Al Viro 1-2/+4
2023-10-02ovl: move freeing ovl_entry past rcu delayGravatar Al Viro 1-1/+2
2023-10-02ovl: fix file reference leak when submitting aioGravatar Amir Goldstein 1-2/+0
2023-10-01Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 2-6/+5
2023-09-30Merge tag 'trace-v6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-1/+1
2023-09-30eventfs: Test for dentries array allocated in eventfs_release()Gravatar Steven Rostedt (Google) 1-1/+1
2023-09-30Merge tag 'iomap-6.6-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 2-2/+11
2023-09-30Merge tag 'nfsd-6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Gravatar Linus Torvalds 1-2/+2
2023-09-30Merge tag '6.6-rc3-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-0/+1