aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2017-02-24Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-rtAlex Shi
2017-02-24 Merge tag 'v4.4.51' into linux-linaro-lsk-v4.4Alex Shi
2017-02-23fuse: fix use after free issue in fuse_dev_do_read()Sahitya Tummala
2017-02-23vfs: fix uninitialized flags in splice_to_pipe()Miklos Szeredi
2017-02-10Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-rtAlex Shi
2017-02-10 Merge tag 'v4.4.48' into linux-linaro-lsk-v4.4Alex Shi
2017-02-09cifs: initialize file_info_lockRabin Vincent
2017-02-09NFSD: Fix a null reference case in find_or_create_lock_stateid()Kinglong Mee
2017-02-09ext4: validate s_first_meta_bg at mount timeEryu Guan
2017-02-04Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-rtAlex Shi
2017-02-04 Merge tag 'v4.4.46' into linux-linaro-lsk-v4.4Alex Shi
2017-02-01NFSv4.0: always send mode in SETATTR after EXCLUSIVE4Benjamin Coddington
2017-01-26ceph: fix bad endianness handling in parse_reply_info_extraJeff Layton
2017-01-26ubifs: Fix journal replay wrt. xattr nodesRichard Weinberger
2017-01-26fuse: clear FR_PENDING flag when moving requests out of pending queueTahsin Erdogan
2017-01-26tmpfs: clear S_ISGID when setting posix ACLsGu Zheng
2017-01-22Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-rtAlex Shi
2017-01-22 Merge tag 'v4.4.44' into linux-linaro-lsk-v4.4Alex Shi
2017-01-19NFSv4.1: nfs4_fl_prepare_ds must be careful about reporting success.NeilBrown
2017-01-19NFS: Fix a performance regression in readdirTrond Myklebust
2017-01-19pNFS: Fix race in pnfs_wait_on_layoutreturnTrond Myklebust
2017-01-19btrfs: fix error handling when run_delayed_extent_op failsJeff Mahoney
2017-01-19btrfs: fix locking when we put back a delayed ref that's too newJeff Mahoney
2017-01-19sysctl: Drop reference added by grab_header in proc_sys_readdirZhou Chengming
2017-01-19mnt: Protect the mountpoint hashtable with mount_lockEric W. Biederman
2017-01-19ocfs2: fix crash caused by stale lvb with fsdlm pluginEric Ren
2017-01-10Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-rtAlex Shi
2017-01-10 Merge tag 'v4.4.41' into linux-linaro-lsk-v4.4Alex Shi
2017-01-09nfs_write_end(): fix handling of short copiesAl Viro
2017-01-09block: protect iterate_bdevs() against concurrent closeRabin Vincent
2017-01-09Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-rtAlex Shi
2017-01-09 Merge tag 'v4.4.40' into linux-linaro-lsk-v4.4Alex Shi
2017-01-06xfs: set AGI buffer type in xlog_recover_clear_agi_bucketEric Sandeen
2017-01-06CIFS: Fix a possible memory corruption in push locksPavel Shilovsky
2017-01-06CIFS: Fix missing nls unload in smb2_reconnect()Pavel Shilovsky
2017-01-06CIFS: Fix a possible memory corruption during reconnectPavel Shilovsky
2017-01-06exec: Ensure mm->user_ns contains the execed filesEric W. Biederman
2017-01-06fs: exec: apply CLOEXEC before changing dumpable task flagsAleksa Sarai
2017-01-06f2fs: set ->owner for debugfs status file's file_operationsNicolai Stange
2017-01-06ext4: do not perform data journaling when data is encryptedSergey Karamov
2017-01-06ext4: return -ENOMEM instead of successDan Carpenter
2017-01-06ext4: reject inodes with negative sizeDarrick J. Wong
2017-01-06ext4: add sanity checking to count_overhead()Theodore Ts'o
2017-01-06ext4: fix in-superblock mount options processingTheodore Ts'o
2017-01-06ext4: use more strict checks for inodes_per_block on mountTheodore Ts'o
2017-01-06ext4: fix stack memory corruption with 64k block sizeChandan Rajendra
2017-01-06ext4: fix mballoc breakage with 64k block sizeChandan Rajendra
2017-01-06ptrace: Capture the ptracer's creds not PT_PTRACE_CAPEric W. Biederman
2017-01-06block_dev: don't test bdev->bd_contains when it is not stableNeilBrown
2017-01-06btrfs: make file clone aware of fatal signalsWang Xiaoguang