summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-01-12fscrypt: fix renaming and linking special filesEric Biggers1-0/+5
2017-01-09pNFS: Fix a deadlock between read resends and layoutreturnTrond Myklebust2-0/+8
2017-01-09pNFS: Clear NFS_LAYOUT_RETURN_REQUESTED when invalidating the layout stateidTrond Myklebust1-8/+9
2017-01-09pNFS: Don't clear the layout stateid if a layout return is outstandingTrond Myklebust1-1/+3
2017-01-09pNFS: On error, do not send LAYOUTGET until the LAYOUTRETURN has completedTrond Myklebust2-1/+6
2017-01-09nfs_write_end(): fix handling of short copiesAl Viro1-1/+1
2017-01-09bad_inode: add missing i_op initializersMiklos Szeredi1-4/+51
2017-01-09fsnotify: Fix possible use-after-free in inode iteration on umountJan Kara1-36/+9
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-06xfs: fix up xfs_swap_extent_forks inline extent handlingEric Sandeen1-2/+5
2017-01-06CIFS: Fix a possible memory corruption in push locksPavel Shilovsky1-1/+1
2017-01-06CIFS: Decrease verbosity of ioctl callPavel Shilovsky1-1/+1
2017-01-06CIFS: Fix a possible double locking of mutex during reconnectPavel Shilovsky4-6/+19
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-06cifs: Fix smbencrypt() to stop pointing a scatterlist at the stackAndy Lutomirski1-32/+8
2017-01-06f2fs: fix to determine start_cp_addr by sbi->cur_cp_packJaegeuk Kim2-11/+23
2017-01-06f2fs: fix overflow due to condition check orderJaegeuk Kim1-1/+1
2017-01-06f2fs: set ->owner for debugfs status file's file_operationsNicolai Stange1-0/+1
2017-01-06Revert "f2fs: use percpu_counter for # of dirty pages in inode"Jaegeuk Kim3-12/+7
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-06ext4: don't lock buffer in ext4_commit_super if holding spinlockTheodore Ts'o1-2/+3
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-06splice: reinstate SIGPIPE/EPIPE handlingLinus Torvalds1-2/+7
2017-01-06fs: exec: apply CLOEXEC before changing dumpable task flagsAleksa Sarai1-2/+8
2017-01-06exec: Ensure mm->user_ns contains the execed filesEric W. Biederman1-2/+17
2017-01-06Btrfs: fix qgroup rescan worker initializationFilipe Manana1-4/+1
2017-01-06Btrfs: fix emptiness check for dirtied extent buffers at check_leaf()Filipe Manana1-1/+12
2017-01-06btrfs: store and load values of stripes_min/stripes_max in balance status itemDavid Sterba1-0/+4
2017-01-06Btrfs: fix relocation incorrectly dropping data referencesFilipe Manana1-3/+12
2017-01-06Btrfs: fix tree search logic when replaying directory entry deletesRobbie Ko1-2/+1
2017-01-06Btrfs: fix deadlock caused by fsync when logging directory entriesRobbie Ko1-2/+2
2017-01-06Btrfs: fix BUG_ON in btrfs_mark_buffer_dirtyLiu Bo1-3/+7
2017-01-06btrfs: limit async_work allocation and worker func durationMaxim Patlasov3-2/+19
2016-12-09Merge tag 'ceph-for-4.9-rc9' of git://github.com/ceph/ceph-clientLinus Torvalds1-10/+14
2016-12-08ceph: don't set req->r_locked_dir in ceph_d_revalidateJeff Layton1-10/+14
2016-12-06fuse: fix clearing suid, sgid for chown()Miklos Szeredi1-5/+2
2016-12-01Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+3
2016-11-30isofs: add KERN_CONT to printing of ER recordsMike Rapoport1-2/+2
2016-11-29ovl: fix d_real() for stacked fsMiklos Szeredi1-3/+3
2016-11-29CIFS: iterate over posix acl xattr entry correctly in ACL_to_cifs_posix()Eryu Guan1-2/+2