summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2016-10-23Merge tag 'upstream-4.9-rc2' of git://git.infradead.org/linux-ubifsLinus Torvalds-11/+11
2016-10-23Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-50/+56
2016-10-22Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-41/+25
2016-10-21Merge tag 'nfs-for-4.9-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds-2/+3
2016-10-20Merge tag 'ceph-for-4.9-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds-4/+8
2016-10-20Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds-6/+9
2016-10-20fs/proc: Stop trying to report thread stacksAndy Lutomirski-37/+20
2016-10-20fs/proc: Stop reporting eip and esp in /proc/PID/statAndy Lutomirski-4/+5
2016-10-20ubifs: Abort readdir upon errorRichard Weinberger-5/+3
2016-10-20ubifs: Fix xattr_names length in exit pathsRichard Weinberger-0/+2
2016-10-20ubifs: Rename ubifs_rename2Richard Weinberger-6/+6
2016-10-19nfs4: fix missing-braces warningArnd Bergmann-1/+1
2016-10-19Merge branch 'gup_flag-cleanups'Linus Torvalds-8/+20
2016-10-19mm: replace access_remote_vm() write parameter with gup_flagsLorenzo Stoakes-6/+13
2016-10-19mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes-2/+7
2016-10-18Merge tag 'for-f2fs-4.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-5/+5
2016-10-18Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-0/+6
2016-10-18ceph: fix non static symbol warningWei Yongjun-2/+2
2016-10-18locking, fs/locks: Add missing file_sem locksPeter Zijlstra-0/+6
2016-10-18ceph: fix uninitialized dentry pointer in ceph_real_mount()Geert Uytterhoeven-0/+2
2016-10-18ceph: fix readdir vs fragmentation raceYan, Zheng-1/+2
2016-10-18ext2: avoid bogus -Wmaybe-uninitialized warningArnd Bergmann-3/+4
2016-10-18isofs: Do not return EACCES for unknown filesystemsJan Kara-3/+5
2016-10-17btrfs: assign error values to the correct bio structsJunjie Mao-2/+2
2016-10-15ceph: fix error handling in ceph_read_iterNikolay Borisov-1/+2
2016-10-15Merge tag 'befs-v4.9-rc1' of git://github.com/luisbg/linux-befsLinus Torvalds-283/+244
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+1
2016-10-15ext4: add missing KERN_CONT to a few more debugging usesJoe Perches-31/+26
2016-10-15fscrypto: lock inode while setting encryption policyEric Biggers-0/+4
2016-10-15ext4: correct endianness conversion in __xattr_check_inode()Eric Biggers-1/+1
2016-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-20/+63
2016-10-14Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-296/+824
2016-10-14Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-156/+261
2016-10-14fs/super.c: don't fool lockdep in freeze_super() and thaw_super() pathsOleg Nesterov-12/+25
2016-10-14Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-93/+81
2016-10-14fs/super.c: fix race between freeze_super() and thaw_super()Oleg Nesterov-3/+3
2016-10-14overlayfs: Fix setting IOP_XATTR flagVivek Goyal-5/+6
2016-10-14iov_iter: kernel-doc import_iovec() and rw_copy_check_uvector()Vegard Nossum-0/+29
2016-10-14CIFS: Retrieve uid and gid from special sid if enabledSteve French-0/+123
2016-10-14CIFS: Add new mount option to set owner uid and gid from special sids in aclSteve French-1/+11
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds-70/+20
2016-10-14ovl: use vfs_get_link()Miklos Szeredi-49/+7
2016-10-14vfs: add vfs_get_link() helperMiklos Szeredi-0/+25
2016-10-14ovl: use generic_readlinkMiklos Szeredi-20/+1
2016-10-14ovl: explain error values when removing acl from workdirMiklos Szeredi-0/+13
2016-10-13Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds-476/+1331
2016-10-13Merge tag 'nfsd-4.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-53/+517
2016-10-13Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-308/+10557
2016-10-13CIFS: Reset read oplock to NONE if we have mandatory locks after reopenPavel Shilovsky-0/+9
2016-10-13CIFS: Fix persistent handles re-opening on reconnectPavel Shilovsky-5/+18