summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-10-12sched: move no_new_privs into new atomic flagsKees Cook1-2/+2
2017-10-12Fix match_prepath()Sachin Prabhu1-8/+6
2017-10-12Fix regression which breaks DFS mountingSachin Prabhu1-6/+8
2017-10-12Move check for prefix path to within cifs_get_root()Sachin Prabhu1-5/+4
2017-10-12Compare prepaths when comparing superblocksSachin Prabhu1-1/+20
2017-10-12Fix memory leaks in cifs_do_mount()Sachin Prabhu3-14/+18
2017-10-12fs/cifs: make share unaccessible at root level mountableAurelien Aptel5-5/+104
2017-10-12Btrfs: don't use src fd for printkJosef Bacik1-1/+1
2017-10-12xfs: XFS_IS_REALTIME_INODE() should be false if no rt device presentRichard Wareing1-1/+8
2017-10-12btrfs: preserve i_mode if __btrfs_set_acl() failsErnesto A. Fernández1-1/+5
2017-10-12f2fs: preserve i_mode if __f2fs_set_acl() failsErnesto A. Fernández1-2/+3
2017-10-12f2fs: Don't clear SGID when inheriting ACLsJaegeuk Kim1-1/+1
2017-10-12ext4: Don't clear SGID when inheriting ACLsJan Kara1-13/+15
2017-10-12ext4: preserve i_mode if __ext4_set_acl() failsErnesto A. Fernández1-4/+11
2017-10-12jfs: preserve i_mode if __jfs_set_acl() failsErnesto A. Fernández1-4/+11
2017-10-12jfs: Don't clear SGID when inheriting ACLsJan Kara1-7/+8
2017-10-12reiserfs: preserve i_mode if __reiserfs_set_acl() failsErnesto A. Fernández1-3/+6
2017-10-12reiserfs: Don't clear SGID when inheriting ACLsJan Kara1-5/+7
2017-10-12hfsplus: Don't clear SGID when inheriting ACLsJan Kara1-12/+18
2017-10-12ext3: preserve i_mode if ext2_set_acl() failsBen Hutchings1-2/+8
2017-10-12ext3: Don't clear SGID when inheriting ACLsBen Hutchings1-7/+8
2017-10-12ext2: preserve i_mode if ext2_set_acl() failsErnesto A. Fernández1-2/+9
2017-10-12ext2: Don't clear SGID when inheriting ACLsJan Kara1-14/+22
2017-10-12ubifs: Don't leak kernel memory to the MTDRichard Weinberger1-4/+4
2017-10-12ubifs: Correctly evict xattr inodesRichard Weinberger3-0/+25
2017-10-12sysctl: fix lax sysctl_check_table() sanity checkLuis R. Rodriguez1-5/+5
2017-10-12fs/dcache.c: fix spin lockup issue on nlru->lockSahitya Tummala1-2/+3
2017-10-12CIFS: fix circular locking dependencyRabin Vincent1-2/+3
2017-10-12btrfs: Don't clear SGID when inheriting ACLsJan Kara1-6/+7
2017-10-12xfs: Don't clear SGID when inheriting ACLsJan Kara3-5/+6
2017-10-12Btrfs: fix invalid extent maps due to hole punchingFilipe Manana1-1/+4
2017-10-12Btrfs: skip commit transaction if we don't have enough pinned bytesLiu Bo1-1/+1
2017-10-12udf: Fix deadlock between writeback and udf_setsize()Jan Kara1-2/+2
2017-10-12udf: Fix races with i_size changes during readpageJan Kara1-2/+7
2017-10-12f2fs: try to freeze in gc and discard threadsJaegeuk Kim1-4/+5
2017-10-12f2fs: load inode's flag from diskJaegeuk Kim1-0/+1
2017-09-15ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn5-16/+17
2017-09-15autofs: sanity check status reported with AUTOFS_DEV_IOCTL_FAILNeilBrown1-1/+1
2017-09-15CIFS: Improve readdir verbosityPavel Shilovsky2-4/+9
2017-09-15configfs: Fix race between create_link and configfs_rmdirNicholas Bellinger1-2/+1
2017-09-15excessive checks in ufs_write_failed() and ufs_evict_inode()Al Viro2-7/+4
2017-09-15ufs: set correct ->s_maxsizeAl Viro1-0/+18
2017-09-15ufs: restore maintaining ->i_blocksAl Viro2-1/+26
2017-09-15fix ufs_isblockset()Al Viro1-3/+7
2017-09-15fs/ufs: Set UFS default maximum bytes per fileRichard Narron1-3/+2
2017-09-15btrfs: fix memory leak in update_space_info failure pathJeff Mahoney1-0/+1
2017-09-15btrfs: use correct types for page indices in btrfs_page_exists_in_rangeDavid Sterba1-2/+2
2017-09-15ext4: fix fdatasync(2) after extent manipulation operationsJan Kara2-0/+5
2017-09-15ext4: fix data corruption for mmap writesJan Kara1-2/+16
2017-09-15xfs: Fix missed holes in SEEK_HOLE implementationJan Kara1-20/+9