summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds4-6/+6
2016-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-15/+35
2016-05-18btrfs: Switch to generic xattr handlersAndreas Gruenbacher3-30/+11
2016-05-18ubifs: Switch to generic xattr handlersAndreas Gruenbacher5-90/+79
2016-05-18Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds37-185/+149
2016-05-18Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason22-200/+688
2016-05-18Merge branch 'work.const-path' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-4/+4
2016-05-18Merge branch 'for-cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds5-220/+167
2016-05-18Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-27/+44
2016-05-18Merge tag 'jfs-4.7' of git://github.com/kleikamp/linux-shaggyLinus Torvalds9-39/+29
2016-05-17exec: clarify reasoning for euid/egid resetKees Cook1-1/+6
2016-05-17remove directory incorrectly tries to set delete on close on non-empty direct...Steve French4-2/+25
2016-05-17Update cifs.ko version to 2.09Steve French1-1/+1
2016-05-17fs/cifs: correctly to anonymous authentication for the NTLM(v2) authenticationStefan Metzmacher1-14/+18
2016-05-17fs/cifs: correctly to anonymous authentication for the NTLM(v1) authenticationStefan Metzmacher1-18/+23
2016-05-17fs/cifs: correctly to anonymous authentication for the LANMAN authenticationStefan Metzmacher1-12/+16
2016-05-17fs/cifs: correctly to anonymous authentication via NTLMSSPStefan Metzmacher1-12/+20
2016-05-17cifs: remove any preceding delimiter from prefix_pathSachin Prabhu2-3/+11
2016-05-17cifs: Use file_dentry()Goldwyn Rodrigues2-4/+4
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds174-1174/+1273
2016-05-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds4-21/+26
2016-05-17Merge branch 'ovl-fixes' into for-linusAl Viro19-134/+202
2016-05-17f2fs: manipulate dirty file inodes when DATA_FLUSH is setJaegeuk Kim1-3/+8
2016-05-17f2fs: add fault injection to sysfsSheng Yong2-10/+91
2016-05-17f2fs: no need inc dirty pages under inode lockYunlei He1-1/+1
2016-05-17f2fs: fix incorrect error path handling in f2fs_move_rehashed_direntsChao Yu1-2/+6
2016-05-17f2fs: fix i_current_depth during inline dentry conversionChao Yu1-0/+1
2016-05-17f2fs: correct return value type of f2fs_fill_superSheng Yong1-3/+3
2016-05-16Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-3/+2
2016-05-16namei: Improve hash mixing if CONFIG_DCACHE_WORD_ACCESSGeorge Spelvin1-7/+26
2016-05-16Merge branch 'foreign/jeffm/uapi' into for-chris-4.7-20160516David Sterba2-1059/+1
2016-05-16Merge branch 'foreign/anand/dev-del-by-id-ext' into for-chris-4.7-20160516David Sterba5-241/+310
2016-05-16Merge branch 'cleanups-4.7' into for-chris-4.7-20160516David Sterba15-190/+176
2016-05-16btrfs: fix memory leak during RAID 5/6 device replacementScott Talbert1-0/+2
2016-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller16-106/+233
2016-05-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-52/+110
2016-05-14Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-3/+18
2016-05-13crash_dump: Add vmcore_elf32_check_archDaniel Wagner1-1/+1
2016-05-13jfs: Switch to generic xattr handlersAndreas Gruenbacher5-116/+84
2016-05-13jfs: Clean up xattr name mappingAndreas Gruenbacher1-55/+25
2016-05-13gfs2: Switch to generic xattr handlersAl Viro4-88/+99
2016-05-13Btrfs: add semaphore to synchronize direct IO writes with fsyncFilipe Manana3-118/+77
2016-05-13Btrfs: fix race between block group relocation and nocow writesFilipe Manana4-1/+81
2016-05-13Btrfs: fix race between fsync and direct IO writes for prealloc extentsFilipe Manana1-6/+37
2016-05-13Btrfs: fix number of transaction units for renames with whiteoutFilipe Manana1-1/+8
2016-05-13Btrfs: pin logs earlier when doing a rename exchange operationFilipe Manana1-4/+4
2016-05-13Btrfs: unpin logs if rename exchange operation failsFilipe Manana1-2/+36
2016-05-13Btrfs: fix inode leak on failure to setup whiteout inode in renameFilipe Manana1-6/+6
2016-05-13btrfs: add support for RENAME_EXCHANGE and RENAME_WHITEOUTDan Fuhry1-7/+257
2016-05-13Btrfs: pin log earlier when renamingFilipe Manana1-9/+2