summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-11-09mm,hugetlb: remove mlock ulimit for SHM_HUGETLBzhangyiru1-15/+8
2021-11-09vfs: keep inodes with page cache off the inode shrinker LRUJohannes Weiner2-20/+27
2021-11-09f2fs: fix UAF in f2fs_available_free_memoryDongliang Mu1-0/+2
2021-11-09f2fs: invalidate META_MAPPING before IPU/DIO writeHyeong-Jun Kim2-0/+5
2021-11-09btrfs: fix deadlock due to page faults during direct IO reads and writesFilipe Manana1-16/+123
2021-11-09udf: Fix crash after seekdirJan Kara3-2/+35
2021-11-09lib: zstd: Add kernel-specific APINick Terrell5-72/+72
2021-11-08xfs: use swap() to make dabtree code cleanerYang Guang1-4/+1
2021-11-08cifs: send workstation name during ntlmssp session setupShyam Prasad N8-85/+170
2021-11-08io_uring: honour zeroes as io-wq worker limitsPavel Begunkov1-1/+3
2021-11-08gfs2: Fix "Introduce flag for glock holder auto-demotion"Andreas Gruenbacher1-2/+2
2021-11-08ceph: add a new metric to keep track of remote object copiesLuís Henriques3-1/+14
2021-11-08libceph, ceph: move ceph_osdc_copy_from() into cephfs codeLuís Henriques1-11/+63
2021-11-08ceph: clean-up metrics data structures to reduce code duplicationLuís Henriques3-180/+115
2021-11-08ceph: split 'metric' debugfs file into several filesLuís Henriques2-26/+57
2021-11-08ceph: return the real size read when it hits EOFXiubo Li1-5/+8
2021-11-08ceph: properly handle statfs on multifs setupsJeff Layton1-5/+6
2021-11-08ceph: shut down mount on bad mdsmap or fsmap decodeJeff Layton3-3/+6
2021-11-08ceph: fix mdsmap decode when there are MDS's beyond max_mdsXiubo Li1-4/+0
2021-11-08ceph: ignore the truncate when size won't change with Fx caps issuedXiubo Li1-6/+8
2021-11-08ceph: don't rely on error_string to validate blocklisted session.Kotresh HR1-2/+19
2021-11-08ceph: just use ci->i_version for fscache aux infoJeff Layton1-20/+3
2021-11-08ceph: shut down access to inode when async create failsJeff Layton7-15/+85
2021-11-08ceph: refactor remove_session_caps_cbJeff Layton3-105/+120
2021-11-08ceph: fix auth cap handling logic in remove_session_caps_cbJeff Layton1-1/+3
2021-11-08ceph: drop private list from remove_session_caps_cbJeff Layton1-16/+10
2021-11-08ceph: don't use -ESTALE as special return code in try_get_cap_refsJeff Layton1-8/+8
2021-11-08ceph: print inode numbers instead of pointer valuesJeff Layton3-8/+10
2021-11-08ceph: enable async dirops by defaultJeff Layton2-3/+4
2021-11-08ceph: convert to noop_direct_IOJeff Layton1-12/+1
2021-11-08erofs: remove useless cache strategy of DELAYEDALLOCYue Hu2-21/+0
2021-11-08erofs: fix unsafe pagevec reuse of hooked pclustersGao Xiang2-9/+17
2021-11-07NFSv4: Sanity check the parameters in nfs41_update_target_slotid()Trond Myklebust2-4/+9
2021-11-07cifs: nosharesock should not share socket with future sessionsShyam Prasad N3-1/+10
2021-11-07ksmbd: don't need 8byte alignment for request length in ksmbd_check_messageNamjae Jeon1-4/+2
2021-11-07ksmbd: Fix buffer length check in fsctl_validate_negotiate_info()Marios Makassikis1-1/+1
2021-11-07ksmbd: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2-2/+0
2021-11-07ksmdb: use cmd helper variable in smb2_get_ksmbd_tcon()Ralph Boehme1-3/+4
2021-11-07ksmbd: use ksmbd_req_buf_next() in ksmbd_smb2_check_message()Ralph Boehme1-6/+1
2021-11-07ksmbd: use ksmbd_req_buf_next() in ksmbd_verify_smb_message()Ralph Boehme1-1/+1
2021-11-07Merge tag '5.16-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds15-1091/+1299
2021-11-07Merge tag 'fsnotify_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds10-69/+307
2021-11-07Merge tag 'fs_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-6/+17
2021-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds12-77/+84
2021-11-06mm, thp: fix incorrect unmap behavior for private pagesRongwei Wang1-1/+10
2021-11-06mm, thp: lock filemap when truncating page cacheRongwei Wang1-1/+4
2021-11-06fs: explicitly unregister per-superblock BDIsChristoph Hellwig1-0/+3
2021-11-06mm/smaps: simplify shmem handling of pte holesPeter Xu1-10/+12
2021-11-06mm/smaps: fix shmem pte hole swap calculationPeter Xu1-2/+4
2021-11-06d_path: fix Kernel doc validator complainingJia He1-5/+3