summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-10-18f2fs: convert to new timestamp accessorsJeff Layton8-34/+36
2023-10-18ext4: convert to new timestamp accessorsJeff Layton9-35/+56
2023-10-18ext2: convert to new timestamp accessorsJeff Layton4-12/+11
2023-10-18exfat: convert to new timestamp accessorsJeff Layton6-35/+47
2023-10-18erofs: convert to new timestamp accessorsJeff Layton1-1/+2
2023-10-18efs: convert to new timestamp accessorsJeff Layton1-3/+2
2023-10-18efivarfs: convert to new timestamp accessorsJeff Layton2-2/+2
2023-10-18devpts: convert to new timestamp accessorsJeff Layton1-3/+3
2023-10-18debugfs: convert to new timestamp accessorsJeff Layton1-1/+1
2023-10-18cramfs: convert to new timestamp accessorsJeff Layton1-2/+2
2023-10-18configfs: convert to new timestamp accessorsJeff Layton1-4/+4
2023-10-18coda: convert to new timestamp accessorsJeff Layton3-4/+6
2023-10-18ceph: convert to new timestamp accessorsJeff Layton6-41/+51
2023-10-18btrfs: convert to new timestamp accessorsJeff Layton6-48/+50
2023-10-18bfs: convert to new timestamp accessorsJeff Layton2-11/+10
2023-10-18befs: convert to new timestamp accessorsJeff Layton1-5/+5
2023-10-18autofs: convert to new timestamp accessorsJeff Layton2-4/+4
2023-10-18afs: convert to new timestamp accessorsJeff Layton3-6/+6
2023-10-18affs: convert to new timestamp accessorsJeff Layton2-12/+9
2023-10-18adfs: convert to new timestamp accessorsJeff Layton1-5/+8
2023-10-189p: convert to new timestamp accessorsJeff Layton2-11/+11
2023-10-18fs: convert core infrastructure to new timestamp accessorsJeff Layton8-24/+31
2023-10-18fs: new accessor methods for atime and mtimeJeff Layton1-11/+30
2023-10-08Merge tag '6.6-rc4-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds10-45/+151
2023-10-07Merge tag '6.6-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-13/+13
2023-10-07Merge tag 'xfs-6.6-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds6-117/+311
2023-10-06Merge tag 'for-6.6-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-17/+47
2023-10-06Merge tag 'erofs-for-6.6-rc5-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+5
2023-10-05Merge tag 'ovl-fixes-6.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-30/+28
2023-10-05ksmbd: fix race condition between tree conn lookup and disconnectNamjae Jeon6-17/+90
2023-10-05ksmbd: fix race condition from parallel smb2 lock requestsNamjae Jeon1-11/+1
2023-10-05ksmbd: fix race condition from parallel smb2 logoff requestsNamjae Jeon1-8/+16
2023-10-05ksmbd: fix uaf in smb20_oplock_break_ackluosili1-2/+2
2023-10-05ksmbd: fix race condition with fpNamjae Jeon3-4/+32
2023-10-05ksmbd: fix race condition between session lookup and expireNamjae Jeon3-3/+10
2023-10-05smb: client: do not start laundromat thread on nohandlecachePaulo Alcantara1-8/+8
2023-10-05smb: use kernel_connect() and kernel_bind()Jordan Rife1-5/+5
2023-10-04btrfs: error out when reallocating block for defrag using a stale transactionFilipe Manana1-2/+16
2023-10-04btrfs: error when COWing block from a root that is being deletedFilipe Manana1-3/+7
2023-10-04btrfs: error out when COWing block using a stale transactionFilipe Manana1-8/+16
2023-10-04btrfs: always print transaction aborted messages with an error levelFilipe Manana1-2/+2
2023-10-04btrfs: reject unknown mount options earlyQu Wenruo1-0/+4
2023-10-04btrfs: fix some -Wmaybe-uninitialized warnings in ioctl.cJosef Bacik1-2/+2
2023-10-04xfs: abort fstrim if kernel is suspendingDave Chinner1-8/+13
2023-10-04xfs: reduce AGF hold times during fstrim operationsDave Chinner3-24/+188
2023-10-04xfs: move log discard work to xfs_discard.cDave Chinner5-88/+113
2023-10-03Merge tag 'nfs-for-6.6-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds3-14/+37
2023-10-03ovl: fix NULL pointer defer when encoding non-decodable lower fidAmir Goldstein1-1/+1
2023-10-02ovl: make use of ->layers safe in rcu pathwalkAmir Goldstein3-24/+21
2023-10-02ovl: fetch inode once in ovl_dentry_revalidate_common()Al Viro1-2/+4