summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-01-26ceph: fix bad endianness handling in parse_reply_info_extraJeff Layton1-4/+5
2017-01-26ubifs: Fix journal replay wrt. xattr nodesRichard Weinberger1-2/+23
2017-01-26fuse: clear FR_PENDING flag when moving requests out of pending queueTahsin Erdogan1-1/+2
2017-01-26tmpfs: clear S_ISGID when setting posix ACLsGu Zheng1-5/+4
2017-01-19NFSv4.1: nfs4_fl_prepare_ds must be careful about reporting success.NeilBrown1-1/+2
2017-01-19NFS: Fix a performance regression in readdirTrond Myklebust1-13/+2
2017-01-19pNFS: Fix race in pnfs_wait_on_layoutreturnTrond Myklebust1-5/+3
2017-01-19btrfs: fix error handling when run_delayed_extent_op failsJeff Mahoney1-0/+3
2017-01-19btrfs: fix locking when we put back a delayed ref that's too newJeff Mahoney1-1/+1
2017-01-19sysctl: Drop reference added by grab_header in proc_sys_readdirZhou Chengming1-1/+2
2017-01-19mnt: Protect the mountpoint hashtable with mount_lockEric W. Biederman2-21/+50
2017-01-19ocfs2: fix crash caused by stale lvb with fsdlm pluginEric Ren3-0/+19
2017-01-09nfs_write_end(): fix handling of short copiesAl Viro1-1/+1
2017-01-09block: protect iterate_bdevs() against concurrent closeRabin Vincent1-1/+6
2017-01-06xfs: set AGI buffer type in xlog_recover_clear_agi_bucketEric Sandeen1-0/+1
2017-01-06CIFS: Fix a possible memory corruption in push locksPavel Shilovsky1-1/+1
2017-01-06CIFS: Fix missing nls unload in smb2_reconnect()Pavel Shilovsky1-1/+1
2017-01-06CIFS: Fix a possible memory corruption during reconnectPavel Shilovsky5-31/+85
2017-01-06exec: Ensure mm->user_ns contains the execed filesEric W. Biederman1-2/+18
2017-01-06fs: exec: apply CLOEXEC before changing dumpable task flagsAleksa Sarai1-2/+8
2017-01-06f2fs: set ->owner for debugfs status file's file_operationsNicolai Stange1-0/+1
2017-01-06ext4: do not perform data journaling when data is encryptedSergey Karamov2-6/+13
2017-01-06ext4: return -ENOMEM instead of successDan Carpenter1-1/+3
2017-01-06ext4: reject inodes with negative sizeDarrick J. Wong1-0/+6
2017-01-06ext4: add sanity checking to count_overhead()Theodore Ts'o1-3/+8
2017-01-06ext4: fix in-superblock mount options processingTheodore Ts'o1-15/+23
2017-01-06ext4: use more strict checks for inodes_per_block on mountTheodore Ts'o1-9/+6
2017-01-06ext4: fix stack memory corruption with 64k block sizeChandan Rajendra1-1/+1
2017-01-06ext4: fix mballoc breakage with 64k block sizeChandan Rajendra1-1/+1
2017-01-06ptrace: Capture the ptracer's creds not PT_PTRACE_CAPEric W. Biederman1-1/+1
2017-01-06block_dev: don't test bdev->bd_contains when it is not stableNeilBrown1-1/+1
2017-01-06btrfs: make file clone aware of fatal signalsWang Xiaoguang1-0/+5
2017-01-06Btrfs: don't BUG() during drop snapshotJosef Bacik1-11/+27
2017-01-06Btrfs: fix memory leak in do_walk_downLiu Bo1-0/+1
2017-01-06Btrfs: don't leak reloc root nodes on errorJosef Bacik1-0/+4
2017-01-06Btrfs: return gracefully from balance if fs tree is corruptedLiu Bo1-6/+17
2017-01-06Btrfs: bail out if block group has different mixed flagLiu Bo1-0/+14
2017-01-06Btrfs: fix memory leak in reading btree blocksLiu Bo1-0/+9
2017-01-06Btrfs: fix qgroup rescan worker initializationFilipe Manana1-4/+1
2017-01-06btrfs: store and load values of stripes_min/stripes_max in balance status itemDavid Sterba1-0/+4
2017-01-06Btrfs: fix tree search logic when replaying directory entry deletesRobbie Ko1-2/+1
2017-01-06btrfs: limit async_work allocation and worker func durationMaxim Patlasov3-2/+19
2016-12-02NFSv4.x: hide array-bounds warningArnd Bergmann1-1/+1
2016-11-26ext4: sanity check the block and cluster size at mount timeTheodore Ts'o2-1/+17
2016-11-26fuse: fix fuse_write_end() if zero bytes were copiedMiklos Szeredi1-0/+6
2016-11-18btrfs: qgroup: Prevent qgroup->reserved from going subzeroGoldwyn Rodrigues1-2/+7
2016-11-18coredump: fix unfreezable coredumping taskAndrey Ryabinin1-0/+3
2016-11-10ovl: fsync after copy-upMiklos Szeredi1-0/+2
2016-11-10ubifs: Fix regression in ubifs_readdir()Richard Weinberger1-0/+8
2016-11-10ubifs: Abort readdir upon errorRichard Weinberger1-5/+3