aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-09-03userfaultfd: prevent concurrent API initializationGravatar Nadav Amit 1-47/+44
2021-09-03userfaultfd: change mmap_changing to atomicGravatar Nadav Amit 1-12/+13
2021-09-03mm/pagemap: add mmap_assert_locked() annotations to find_vma*()Gravatar Luigi Rizzo 1-0/+2
2021-09-03mm: remove flush_kernel_dcache_pageGravatar Christoph Hellwig 1-3/+3
2021-09-03memcg: enable accounting for new namesapces and struct nsproxyGravatar Vasily Averin 1-1/+1
2021-09-03memcg: enable accounting for fasync_cacheGravatar Vasily Averin 1-1/+2
2021-09-03memcg: enable accounting for file lock cachesGravatar Vasily Averin 1-2/+4
2021-09-03memcg: enable accounting for pollfd and select bits arraysGravatar Vasily Averin 1-2/+2
2021-09-03memcg: enable accounting for mnt_cache entriesGravatar Vasily Averin 1-2/+3
2021-09-03memcg: charge fs_context and legacy_fs_contextGravatar Yutian Yang 1-2/+2
2021-09-03fs, mm: fix race in unlinking swapfileGravatar Hugh Dickins 1-1/+7
2021-09-03mm/gup: remove try_get_page(), call try_get_compound_head() directlyGravatar John Hubbard 1-1/+1
2021-09-03writeback: memcg: simplify cgroup_writeback_by_idGravatar Shakeel Butt 1-11/+9
2021-09-03fs: inode: count invalidated shadow pages in pginodestealGravatar Johannes Weiner 1-1/+1
2021-09-03fs: drop_caches: fix skipping over shadow cache inodesGravatar Johannes Weiner 1-1/+2
2021-09-03writeback: reliably update bandwidth estimationGravatar Jan Kara 1-3/+0
2021-09-03writeback: track number of inodes under writebackGravatar Jan Kara 1-0/+5
2021-09-03ocfs2: ocfs2_downconvert_lock failure results in deadlockGravatar Gang He 1-0/+12
2021-09-03ocfs2: quota_local: fix possible uninitialized-variable access in ocfs2_local...Gravatar Tuo Li 2-1/+2
2021-09-03ocfs2: remove an unnecessary conditionGravatar Dan Carpenter 1-1/+1
2021-08-26Merge tag 'ceph-for-5.14-rc8' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 5-15/+27
2021-08-26Merge tag 'for-5.14-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2021-08-25pipe: do FASYNC notifications for every pipe IO, not just state changesGravatar Linus Torvalds 1-12/+8
2021-08-25ceph: fix possible null-pointer dereference in ceph_mdsmap_decode()Gravatar Tuo Li 1-3/+5
2021-08-25ceph: correctly handle releasing an embedded cap flushGravatar Xiubo Li 4-12/+22
2021-08-25Revert "btrfs: compression: don't try to compress if we don't have enough pages"Gravatar Qu Wenruo 1-1/+1
2021-08-21Merge tag 'locks-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jlay...Gravatar Linus Torvalds 1-1/+5
2021-08-21Merge tag 'io_uring-5.14-2021-08-20' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-6/+10
2021-08-21fs: warn about impending deprecation of mandatory locksGravatar Jeff Layton 1-1/+5
2021-08-20io_uring: fix xa_alloc_cycle() error return value checkGravatar Jens Axboe 1-4/+5
2021-08-18Merge tag 'for-5.14-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+8
2021-08-18pipe: avoid unnecessary EPOLLET wakeups under normal loadsGravatar Linus Torvalds 1-6/+9
2021-08-17io_uring: pin ctx on fallback executionGravatar Pavel Begunkov 1-0/+2
2021-08-16btrfs: prevent rename2 from exchanging a subvol with a directory from differe...Gravatar NeilBrown 1-2/+8
2021-08-14Merge tag 'libnvdimm-fixes-5.14-rc6' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-5/+3
2021-08-14io_uring: only assign io_uring_enter() SQPOLL error in actual error caseGravatar Jens Axboe 1-2/+3
2021-08-14Merge tag 'configfs-5.14' of git://git.infradead.org/users/hch/configfsGravatar Linus Torvalds 1-12/+6
2021-08-13Merge tag '5.14-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 6-33/+80
2021-08-13Merge tag 'io_uring-5.14-2021-08-13' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-36/+48
2021-08-12Merge tag 'ceph-for-5.14-rc6' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 4-28/+50
2021-08-12Merge branch 'for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 2-12/+22
2021-08-12cifs: Call close synchronously during unlink/rename/lease break.Gravatar Rohith Surabattula 3-30/+56
2021-08-12cifs: Handle race conditions during renameGravatar Rohith Surabattula 2-7/+28
2021-08-11Merge branch 'for-5.14/dax' into libnvdimm-fixesGravatar Dan Williams 2-5/+3
2021-08-10Merge tag 'ovl-fixes-5.14-rc6-v2' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 4-16/+80
2021-08-10cifs: use the correct max-length for dentry_path_raw()Gravatar Ronnie Sahlberg 1-1/+1
2021-08-10ovl: prevent private clone if bind mount is not allowedGravatar Miklos Szeredi 1-14/+28
2021-08-10ovl: fix uninitialized pointer read in ovl_lookup_real_one()Gravatar Miklos Szeredi 1-1/+1
2021-08-10ovl: fix deadlock in splice writeGravatar Miklos Szeredi 1-1/+46
2021-08-10ovl: skip stale entries in merge dir cache iterationGravatar Amir Goldstein 1-0/+5