summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fuse: initialize the flock flag in fuse_file on allocationMateusz Jurczyk2017-11-111-1/+1
* sched: move no_new_privs into new atomic flagsKees Cook2017-10-121-2/+2
* Fix match_prepath()Sachin Prabhu2017-10-121-8/+6
* Fix regression which breaks DFS mountingSachin Prabhu2017-10-121-6/+8
* Move check for prefix path to within cifs_get_root()Sachin Prabhu2017-10-121-5/+4
* Compare prepaths when comparing superblocksSachin Prabhu2017-10-121-1/+20
* Fix memory leaks in cifs_do_mount()Sachin Prabhu2017-10-123-14/+18
* fs/cifs: make share unaccessible at root level mountableAurelien Aptel2017-10-125-5/+104
* Btrfs: don't use src fd for printkJosef Bacik2017-10-121-1/+1
* xfs: XFS_IS_REALTIME_INODE() should be false if no rt device presentRichard Wareing2017-10-121-1/+8
* btrfs: preserve i_mode if __btrfs_set_acl() failsErnesto A. Fernández2017-10-121-1/+5
* f2fs: preserve i_mode if __f2fs_set_acl() failsErnesto A. Fernández2017-10-121-2/+3
* f2fs: Don't clear SGID when inheriting ACLsJaegeuk Kim2017-10-121-1/+1
* ext4: Don't clear SGID when inheriting ACLsJan Kara2017-10-121-13/+15
* ext4: preserve i_mode if __ext4_set_acl() failsErnesto A. Fernández2017-10-121-4/+11
* jfs: preserve i_mode if __jfs_set_acl() failsErnesto A. Fernández2017-10-121-4/+11
* jfs: Don't clear SGID when inheriting ACLsJan Kara2017-10-121-7/+8
* reiserfs: preserve i_mode if __reiserfs_set_acl() failsErnesto A. Fernández2017-10-121-3/+6
* reiserfs: Don't clear SGID when inheriting ACLsJan Kara2017-10-121-5/+7
* hfsplus: Don't clear SGID when inheriting ACLsJan Kara2017-10-121-12/+18
* ext3: preserve i_mode if ext2_set_acl() failsBen Hutchings2017-10-121-2/+8
* ext3: Don't clear SGID when inheriting ACLsBen Hutchings2017-10-121-7/+8
* ext2: preserve i_mode if ext2_set_acl() failsErnesto A. Fernández2017-10-121-2/+9
* ext2: Don't clear SGID when inheriting ACLsJan Kara2017-10-121-14/+22
* ubifs: Don't leak kernel memory to the MTDRichard Weinberger2017-10-121-4/+4
* ubifs: Correctly evict xattr inodesRichard Weinberger2017-10-123-0/+25
* sysctl: fix lax sysctl_check_table() sanity checkLuis R. Rodriguez2017-10-121-5/+5
* fs/dcache.c: fix spin lockup issue on nlru->lockSahitya Tummala2017-10-121-2/+3
* CIFS: fix circular locking dependencyRabin Vincent2017-10-121-2/+3
* btrfs: Don't clear SGID when inheriting ACLsJan Kara2017-10-121-6/+7
* xfs: Don't clear SGID when inheriting ACLsJan Kara2017-10-123-5/+6
* Btrfs: fix invalid extent maps due to hole punchingFilipe Manana2017-10-121-1/+4
* Btrfs: skip commit transaction if we don't have enough pinned bytesLiu Bo2017-10-121-1/+1
* udf: Fix deadlock between writeback and udf_setsize()Jan Kara2017-10-121-2/+2
* udf: Fix races with i_size changes during readpageJan Kara2017-10-121-2/+7
* f2fs: try to freeze in gc and discard threadsJaegeuk Kim2017-10-121-4/+5
* f2fs: load inode's flag from diskJaegeuk Kim2017-10-121-0/+1
* ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn2017-09-155-16/+17
* autofs: sanity check status reported with AUTOFS_DEV_IOCTL_FAILNeilBrown2017-09-151-1/+1
* CIFS: Improve readdir verbosityPavel Shilovsky2017-09-152-4/+9
* configfs: Fix race between create_link and configfs_rmdirNicholas Bellinger2017-09-151-2/+1
* excessive checks in ufs_write_failed() and ufs_evict_inode()Al Viro2017-09-152-7/+4
* ufs: set correct ->s_maxsizeAl Viro2017-09-151-0/+18
* ufs: restore maintaining ->i_blocksAl Viro2017-09-152-1/+26
* fix ufs_isblockset()Al Viro2017-09-151-3/+7
* fs/ufs: Set UFS default maximum bytes per fileRichard Narron2017-09-151-3/+2
* btrfs: fix memory leak in update_space_info failure pathJeff Mahoney2017-09-151-0/+1
* btrfs: use correct types for page indices in btrfs_page_exists_in_rangeDavid Sterba2017-09-151-2/+2
* ext4: fix fdatasync(2) after extent manipulation operationsJan Kara2017-09-152-0/+5
* ext4: fix data corruption for mmap writesJan Kara2017-09-151-2/+16