summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath.Shyam Prasad N2021-02-261-0/+1
* mm: provide a saner PTE walking API for modulesPaolo Bonzini2021-02-261-2/+3
* mm: simplify follow_pte{,pmd}Christoph Hellwig2021-02-261-5/+4
* ntfs: check for valid standard information attributeRustam Kovhaev2021-02-261-0/+6
* btrfs: fix backport of 2175bf57dc952 in 5.4.95David Sterba2021-02-231-3/+3
* ovl: expand warning in ovl_d_real()Miklos Szeredi2021-02-171-5/+8
* ovl: skip getxattr of security labelsAmir Goldstein2021-02-171-7/+8
* ovl: perform vfs_getxattr() with mounter credsMiklos Szeredi2021-02-171-0/+2
* squashfs: add more sanity checks in xattr id lookupPhillip Lougher2021-02-131-9/+57
* squashfs: add more sanity checks in inode lookupPhillip Lougher2021-02-131-8/+33
* squashfs: add more sanity checks in id lookupPhillip Lougher2021-02-134-12/+45
* pNFS/NFSv4: Try to return invalid layout in pnfs_layout_process()Trond Myklebust2021-02-131-1/+7
* mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB pageMuchun Song2021-02-101-1/+2
* smb3: fix crediting for compounding when only one request in flightPavel Shilovsky2021-02-101-3/+15
* smb3: Fix out-of-bounds bug in SMB2_negotiate()Gustavo A. R. Silva2021-02-101-1/+1
* cifs: report error instead of invalid when revalidating a dentry failsAurelien Aptel2021-02-101-2/+20
* ovl: fix dentry leak in ovl_get_redirectLiangyan2021-02-101-1/+1
* rxrpc: Fix deadlock around release of dst cached on udp tunnelDavid Howells2021-02-101-3/+3
* udf: fix the problem that the disc content is not displayedlianzhi chang2021-02-071-3/+4
* btrfs: backref, use correct count to resolve normal data refsethanwu2021-02-071-18/+11
* btrfs: backref, only search backref entries from leaves of the same rootethanwu2021-02-071-3/+9
* btrfs: backref, don't add refs from shared block when resolving normal backrefethanwu2021-02-071-9/+52
* btrfs: backref, only collect file extent items matching backref offsetethanwu2021-02-071-30/+33
* pNFS/NFSv4: Fix a layout segment leak in pnfs_layout_process()Trond Myklebust2021-02-031-0/+1
* btrfs: fix possible free space tree corruption with online conversionJosef Bacik2021-02-033-2/+21
* fs: fix lazytime expiration handling in __writeback_single_inode()Eric Biggers2021-01-301-11/+13
* writeback: Drop I_DIRTY_TIME_EXPIREJan Kara2021-01-303-20/+14
* SMB3.1.1: do not log warning message if server doesn't populate saltSteve French2021-01-302-5/+16
* io_uring: Fix current->fs handling in io_sq_wq_submit_work()Nicolai Stange2021-01-301-2/+3
* cifs: do not fail __smb_send_rqst if non-fatal signals are pendingRonnie Sahlberg2021-01-271-2/+2
* btrfs: send: fix invalid clone operations when cloning from the same file and...Filipe Manana2021-01-271-0/+15
* btrfs: don't clear ret in btrfs_start_dirty_block_groupsJosef Bacik2021-01-271-1/+2
* btrfs: fix lockdep splat in btrfs_recover_relocationJosef Bacik2021-01-271-0/+2
* btrfs: don't get an EINTR during drop_snapshot for relocJosef Bacik2021-01-271-1/+9
* nfsd4: readdirplus shouldn't return parent of exportJ. Bruce Fields2021-01-231-1/+6
* ext4: fix superblock checksum failure when setting password saltJan Kara2021-01-191-0/+3
* NFS: nfs_igrab_and_active must first reference the superblockTrond Myklebust2021-01-191-5/+7
* NFS/pNFS: Fix a leak of the layout 'plh_outstanding' counterTrond Myklebust2021-01-191-0/+1
* pNFS: Stricter ordering of layoutget and layoutreturnTrond Myklebust2021-01-191-22/+21
* pNFS: Mark layout for return if return-on-close was not sentTrond Myklebust2021-01-191-0/+6
* pNFS: We want return-on-close to complete when evicting the inodeTrond Myklebust2021-01-193-26/+16
* NFS4: Fix use-after-free in trace_event_raw_event_nfs4_set_lockDave Wysochanski2021-01-191-1/+1
* btrfs: fix transaction leak and crash after RO remount caused by qgroup rescanFilipe Manana2021-01-192-3/+18
* cifs: fix interrupted close commandsPaulo Alcantara2021-01-191-1/+1
* smb3: remove unused flag passed into close functionsSteve French2021-01-192-16/+5
* ext4: don't leak old mountpoint samplesTheodore Ts'o2021-01-191-1/+1
* ext4: fix bug for rename with RENAME_WHITEOUTyangerkun2021-01-191-7/+9
* btrfs: tree-checker: check if chunk item end overflowsSu Yue2021-01-191-0/+7
* btrfs: prevent NULL pointer dereference in extent_io_tree_panicSu Yue2021-01-191-3/+1
* btrfs: send: fix wrong file path when there is an inode with a pending rmdirFilipe Manana2021-01-121-18/+31