aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-1/+1
2020-10-25Merge tag '5.10-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds8-15/+213
2020-10-24Merge tag 'io_uring-5.10-2020-10-24' of git://git.kernel.dk/linux-blockLinus Torvalds4-116/+189
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds36-106/+68
2020-10-23cifs: update internal module version numberSteve French1-1/+1
2020-10-23Merge tag 'xfs-5.10-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds4-18/+54
2020-10-23smb3: add some missing definitions from MS-FSCCSteve French2-0/+28
2020-10-23smb3: remove two unused variablesSteve French1-5/+0
2020-10-23smb3: add support for stat of WSL reparse points for special file typesSteve French6-14/+189
2020-10-23Merge tag 'gfs2-for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds22-301/+675
2020-10-23Merge tag '5.10-rc-smb3-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds22-342/+607
2020-10-23Merge tag 'vfs-5.10-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-438/+679
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds3-8/+9
2020-10-23gfs2: Recover statfs info in journal headAbhi Das3-1/+106
2020-10-23gfs2: lookup local statfs inodes prior to journal recoveryAbhi Das4-36/+139
2020-10-22splice: change exported internal do_splice() helper to take kernel offsetJens Axboe1-13/+50
2020-10-22io_uring: make loop_rw_iter() use original user supplied pointersJens Axboe1-14/+12
2020-10-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds31-388/+4282
2020-10-22SMB3: add support for recognizing WSL reparse tagsSteve French1-1/+24
2020-10-22cifs: remove bogus debug codeDan Carpenter1-8/+8
2020-10-22smb3.1.1: fix typo in compression flagSteve French1-1/+1
2020-10-22cifs: move smb version mount options into fs_context.cRonnie Sahlberg4-97/+99
2020-10-22cifs: move cache mount options to fs_context.chRonnie Sahlberg3-62/+63
2020-10-22cifs: move security mount options into fs_context.chRonnie Sahlberg3-85/+96
2020-10-22cifs: add files to host new mount apiRonnie Sahlberg3-1/+24
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-202/+166
2020-10-22Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds29-1219/+1330
2020-10-22Merge tag 'exfat-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfatLinus Torvalds7-127/+71
2020-10-22Merge tag '9p-for-5.10-rc1' of git://github.com/martinetd/linuxLinus Torvalds1-2/+2
2020-10-22io_uring: remove req cancel in ->flush()Pavel Begunkov1-23/+5
2020-10-22io-wq: re-set NUMA node affinities if CPUs come onlineJens Axboe1-4/+56
2020-10-21ext4: fix invalid inode checksumLuo Meng1-5/+6
2020-10-21ext4: add fast commit stats in procfsHarshad Shirwadkar3-1/+37
2020-10-21ext4: add a mount opt to forcefully turn fast commits onHarshad Shirwadkar1-1/+5
2020-10-21ext4: fast commit recovery pathHarshad Shirwadkar13-127/+1769
2020-10-21jbd2: fast commit recovery pathHarshad Shirwadkar2-4/+68
2020-10-21ext4: main fast-commit commit pathHarshad Shirwadkar12-29/+1535
2020-10-21jbd2: add fast commit machineryHarshad Shirwadkar3-1/+241
2020-10-21ext4 / jbd2: add fast commit initializationHarshad Shirwadkar6-6/+83
2020-10-21ext4: add fast_commit feature and handling for extended mount optionsHarshad Shirwadkar2-5/+26
2020-10-22exfat: remove useless check in exfat_move_file()Tetsuhiro Kohada1-5/+0
2020-10-22exfat: remove 'rwoffset' in exfat_inode_infoTetsuhiro Kohada5-20/+9
2020-10-22exfat: replace memcpy with structure assignmentTetsuhiro Kohada3-14/+10
2020-10-22exfat: remove useless directory scan in exfat_add_entry()Tetsuhiro Kohada1-10/+1
2020-10-22exfat: eliminate dead code in exfat_find()Tetsuhiro Kohada2-74/+47
2020-10-22exfat: use i_blocksize() to get blocksizeXianting Tian1-1/+1
2020-10-22exfat: fix misspellings using codespell toolNamjae Jeon3-3/+3
2020-10-21xfs: cancel intents immediately if process_intents failsDarrick J. Wong1-0/+8
2020-10-21smb3: do not try to cache root directory if dir leases not supportedSteve French1-1/+4
2020-10-21smb3: fix stat when special device file and mounted with modefromsidSteve French1-1/+6