summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* nfs_write_end(): fix handling of short copiesAl Viro2017-01-091-1/+1
* block: protect iterate_bdevs() against concurrent closeRabin Vincent2017-01-091-1/+6
* xfs: set AGI buffer type in xlog_recover_clear_agi_bucketEric Sandeen2017-01-061-0/+1
* CIFS: Fix a possible memory corruption in push locksPavel Shilovsky2017-01-061-1/+1
* CIFS: Fix missing nls unload in smb2_reconnect()Pavel Shilovsky2017-01-061-1/+1
* CIFS: Fix a possible memory corruption during reconnectPavel Shilovsky2017-01-065-31/+85
* exec: Ensure mm->user_ns contains the execed filesEric W. Biederman2017-01-061-2/+18
* fs: exec: apply CLOEXEC before changing dumpable task flagsAleksa Sarai2017-01-061-2/+8
* f2fs: set ->owner for debugfs status file's file_operationsNicolai Stange2017-01-061-0/+1
* ext4: do not perform data journaling when data is encryptedSergey Karamov2017-01-062-6/+13
* ext4: return -ENOMEM instead of successDan Carpenter2017-01-061-1/+3
* ext4: reject inodes with negative sizeDarrick J. Wong2017-01-061-0/+6
* ext4: add sanity checking to count_overhead()Theodore Ts'o2017-01-061-3/+8
* ext4: fix in-superblock mount options processingTheodore Ts'o2017-01-061-15/+23
* ext4: use more strict checks for inodes_per_block on mountTheodore Ts'o2017-01-061-9/+6
* ext4: fix stack memory corruption with 64k block sizeChandan Rajendra2017-01-061-1/+1
* ext4: fix mballoc breakage with 64k block sizeChandan Rajendra2017-01-061-1/+1
* ptrace: Capture the ptracer's creds not PT_PTRACE_CAPEric W. Biederman2017-01-061-1/+1
* block_dev: don't test bdev->bd_contains when it is not stableNeilBrown2017-01-061-1/+1
* btrfs: make file clone aware of fatal signalsWang Xiaoguang2017-01-061-0/+5
* Btrfs: don't BUG() during drop snapshotJosef Bacik2017-01-061-11/+27
* Btrfs: fix memory leak in do_walk_downLiu Bo2017-01-061-0/+1
* Btrfs: don't leak reloc root nodes on errorJosef Bacik2017-01-061-0/+4
* Btrfs: return gracefully from balance if fs tree is corruptedLiu Bo2017-01-061-6/+17
* Btrfs: bail out if block group has different mixed flagLiu Bo2017-01-061-0/+14
* Btrfs: fix memory leak in reading btree blocksLiu Bo2017-01-061-0/+9
* Btrfs: fix qgroup rescan worker initializationFilipe Manana2017-01-061-4/+1
* btrfs: store and load values of stripes_min/stripes_max in balance status itemDavid Sterba2017-01-061-0/+4
* Btrfs: fix tree search logic when replaying directory entry deletesRobbie Ko2017-01-061-2/+1
* btrfs: limit async_work allocation and worker func durationMaxim Patlasov2017-01-063-2/+19
* NFSv4.x: hide array-bounds warningArnd Bergmann2016-12-021-1/+1
* ext4: sanity check the block and cluster size at mount timeTheodore Ts'o2016-11-262-1/+17
* fuse: fix fuse_write_end() if zero bytes were copiedMiklos Szeredi2016-11-261-0/+6
* btrfs: qgroup: Prevent qgroup->reserved from going subzeroGoldwyn Rodrigues2016-11-181-2/+7
* coredump: fix unfreezable coredumping taskAndrey Ryabinin2016-11-181-0/+3
* ovl: fsync after copy-upMiklos Szeredi2016-11-101-0/+2
* ubifs: Fix regression in ubifs_readdir()Richard Weinberger2016-11-101-0/+8
* ubifs: Abort readdir upon errorRichard Weinberger2016-11-101-5/+3
* btrfs: fix races on root_log_ctx listsChris Mason2016-11-101-14/+6
* libxfs: clean up _calc_dquots_per_chunkDarrick J. Wong2016-11-101-2/+1
* posix_acl: Clear SGID bit when setting file permissionsJan Kara2016-10-3114-92/+83
* ubifs: Fix xattr_names length in exit pathsRichard Weinberger2016-10-281-0/+2
* jbd2: fix incorrect unlock on j_list_lockTaesoo Kim2016-10-281-1/+2
* ext4: do not advertise encryption support when disabledEric Biggers2016-10-281-0/+4
* ceph: fix error handling in ceph_read_iterNikolay Borisov2016-10-281-1/+2
* isofs: Do not return EACCES for unknown filesystemsJan Kara2016-10-281-3/+5
* Fix regression which breaks DFS mountingSachin Prabhu2016-10-281-6/+8
* Cleanup missing frees on some ioctlsSteve French2016-10-281-5/+4
* Do not send SMB3 SET_INFO request if nothing is changingSteve French2016-10-281-0/+6
* SMB3: GUIDs should be constructed as random but valid uuidsSteve French2016-10-284-4/+4