summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2021-02-221-7/+7
|\
| * nfsd: register pernet ops last, unregister firstJ. Bruce Fields2021-02-151-7/+7
* | Merge tag 'ceph-for-5.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2021-02-225-76/+107
|\ \
| * | ceph: defer flushing the capsnap if the Fb is usedXiubo Li2021-02-162-13/+30
| * | ceph: allow queueing cap/snap handling after putting cap referencesJeff Layton2021-02-164-8/+48
| * | ceph: clean up inode work queueingJeff Layton2021-02-162-52/+24
| * | ceph: fix flush_snap logic after putting capsJeff Layton2021-02-161-4/+6
| |/
* | Merge tag 'fs_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-02-226-14/+26
|\ \
| * | udf: handle large user and group IDBingJing Chang2021-02-031-4/+5
| * | isofs: handle large user and group IDBingJing Chang2021-02-031-4/+5
| * | udf: fix silent AED tagLocation corruptionSteven J. Magnani2021-01-251-3/+6
| * | isofs: release buffer head before returnPan Bian2021-01-252-0/+2
| * | quota: Fix memory leak when handling corrupted quota fileJan Kara2021-01-051-3/+8
* | | Merge tag 'fsnotify_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-02-223-8/+23
|\ \ \
| * | | inotify, memcg: account inotify instances to kmemcgShakeel Butt2021-01-053-8/+23
| |/ /
* | | Merge tag 'lazytime_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-02-227-101/+105
|\ \ \
| * | | ext4: simplify i_state checks in __ext4_update_other_inode_time()Eric Biggers2021-01-131-6/+2
| * | | gfs2: don't worry about I_DIRTY_TIME in gfs2_fsync()Eric Biggers2021-01-131-2/+2
| * | | fs: improve comments for writeback_single_inode()Eric Biggers2021-01-131-24/+33
| * | | fs: drop redundant check from __writeback_single_inode()Eric Biggers2021-01-131-1/+1
| * | | fs: clean up __mark_inode_dirty() a bitEric Biggers2021-01-131-19/+30
| * | | fs: pass only I_DIRTY_INODE flags to ->dirty_inodeEric Biggers2021-01-131-1/+1
| * | | fs: don't call ->dirty_inode for lazytime timestamp updatesEric Biggers2021-01-134-19/+4
| * | | fat: only specify I_DIRTY_TIME when needed in fat_update_time()Eric Biggers2021-01-131-11/+12
| * | | fs: only specify I_DIRTY_TIME when needed in generic_update_time()Eric Biggers2021-01-131-18/+20
* | | | Merge tag 'exfat-for-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-225-14/+70
|\ \ \ \
| * | | | exfat: improve performance of exfat_free_cluster when using dirsync mount optionHyeongseok Kim2021-02-223-9/+40
| * | | | exfat: fix shift-out-of-bounds in exfat_fill_super()Namjae Jeon2021-02-222-5/+30
| | |_|/ | |/| |
* | | | Merge tag 'zonefs-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-02-223-0/+116
|\ \ \ \
| * | | | zonefs: Fix file size of zones in full conditionShin'ichiro Kawasaki2021-02-181-0/+3
| * | | | zonefs: add tracepoints for file operationsJohannes Thumshirn2021-02-163-0/+113
* | | | | Merge branch 'work.audit' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2021-02-221-0/+25
|\ \ \ \ \
| * | | | | new helper: d_find_alias_rcu()Al Viro2021-01-161-0/+25
* | | | | | Merge branch 'work.d_name' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2021-02-224-18/+13
|\ \ \ \ \ \
| * | | | | | orangefs_file_mmap(): use %pDAl Viro2021-01-061-4/+1
| * | | | | | cifs_debug: use %pd instead of messing with ->d_nameAl Viro2021-01-061-2/+2
| * | | | | | erofs: use %pd instead of messing with ->d_nameAl Viro2021-01-061-2/+2
| * | | | | | cramfs: use %pD instead of messing with file_dentry()->d_nameAl Viro2021-01-051-10/+8
* | | | | | | Merge tag 'docs-5.12' of git://git.lwn.net/linuxLinus Torvalds2021-02-225-42/+44
|\ \ \ \ \ \ \
| * | | | | | | pstore/zone: fix a kernel-doc markupMauro Carvalho Chehab2021-01-211-1/+1
| * | | | | | | fs: fix kernel-doc markupsMauro Carvalho Chehab2021-01-214-41/+43
* | | | | | | | Merge tag 'selinux-pr-20210215' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-02-213-54/+127
|\ \ \ \ \ \ \ \
| * | | | | | | | fs: anon_inodes: rephrase to appropriate kernel-docLukas Bulwahn2021-01-151-7/+14
| * | | | | | | | userfaultfd: use secure anon inodes for userfaultfdDaniel Colascione2021-01-141-9/+10
| * | | | | | | | fs: add LSM-supporting anon-inode interfaceDaniel Colascione2021-01-142-45/+110
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge tag 'for-linus-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-217-5/+15
|\ \ \ \ \ \ \ \
| * | | | | | | | ubifs: Fix error return code in alloc_wbufs()Wang ShaoBo2021-02-131-1/+3
| * | | | | | | | jffs2: check the validity of dstlen in jffs2_zlib_compress()Yang Yang2021-02-121-0/+3
| * | | | | | | | ubifs: Fix off-by-one errorSascha Hauer2021-02-122-2/+2
| * | | | | | | | ubifs: replay: Fix high stack usage, againArnd Bergmann2021-02-121-1/+3