aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-17fs/hfsplus: replace if/BUG by BUG_ONFabian Frederick1-3/+1
2015-04-17fs/hfsplus: use bool instead of int for is_known_namespace() return valueFabian Frederick1-1/+1
2015-04-17fs/hfsplus: atomically set inode->i_flagsFabian Frederick1-7/+5
2015-04-17fs/hfsplus: move xattr_name allocation in hfsplus_setxattr()Fabian Frederick5-65/+35
2015-04-17fs/hfsplus: move xattr_name allocation in hfsplus_getxattr()Fabian Frederick5-67/+38
2015-04-17hfsplus: add missing curly braces in hfsplus_delete_cat()Dan Carpenter1-1/+2
2015-04-17hfs: incorrect return valuesChengyu Song1-2/+2
2015-04-17nilfs2: use inode_set_flags() in nilfs_set_inode_flags()Ryusuke Konishi1-7/+8
2015-04-17nilfs2: put out gfp mask manipulation from nilfs_set_inode_flags()Ryusuke Konishi1-2/+2
2015-04-17nilfs2: fix gcc warning at nilfs_checkpoint_is_mounted()Ryusuke Konishi1-1/+1
2015-04-17nilfs2: improve execution time of NILFS_IOCTL_GET_CPINFO ioctlRyusuke Konishi1-6/+52
2015-04-17nilfs2: add helper to find existent block on metadata fileRyusuke Konishi2-0/+57
2015-04-17nilfs2: add bmap function to seek a valid keyRyusuke Konishi4-1/+115
2015-04-17nilfs2: unify type of key arguments in bmap interfaceRyusuke Konishi4-20/+16
2015-04-17nilfs2: use bgl_lock_ptr()Ryusuke Konishi1-2/+5
2015-04-17nilfs2: use set_mask_bits() for operations on buffer state bitmapRyusuke Konishi2-20/+18
2015-04-17nilfs2: do not use async write flag for segment summary buffersRyusuke Konishi1-3/+0
2015-04-17befs: replace typedef befs_inode_info by structureFabian Frederick2-7/+7
2015-04-17befs: replace typedef befs_sb_info by structureFabian Frederick5-13/+11
2015-04-17befs: replace typedef befs_mount_options by structureFabian Frederick2-5/+5
2015-04-17fs/binfmt_misc.c: simplify entry_status()Rasmus Villemoes1-21/+9
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds45-562/+439
2015-04-16Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds25-308/+461
2015-04-16Merge branch 'for-4.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-15/+30
2015-04-16Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus Torvalds1-0/+3
2015-04-16f2fs: pass checkpoint reason on roll-forward recoveryJaegeuk Kim3-2/+7
2015-04-16f2fs: avoid abnormal behavior on broken symlinkJaegeuk Kim1-1/+19
2015-04-16f2fs: flush symlink path to avoid broken symlink after PORJaegeuk Kim1-0/+11
2015-04-16Merge branch 'xfs-dio-extend-fix' into for-nextDave Chinner3-82/+239
2015-04-16xfs: using generic_file_direct_write() is unnecessaryDave Chinner1-3/+20
2015-04-16xfs: direct IO EOF zeroing needs to drain AIODave Chinner1-0/+10
2015-04-16xfs: DIO write completion size updates raceDave Chinner2-1/+19
2015-04-16xfs: DIO writes within EOF don't need an ioendDave Chinner2-30/+40
2015-04-16xfs: handle DIO overwrite EOF update completion correctlyDave Chinner2-31/+31
2015-04-16xfs: DIO needs an ioend for writesDave Chinner2-10/+85
2015-04-16xfs: move DIO mapping size calculationDave Chinner1-33/+46
2015-04-16xfs: factor DIO write mapping from get_blocksDave Chinner1-13/+27
2015-04-16ext4 crypto: enable encryption feature flagTheodore Ts'o6-24/+79
2015-04-16ext4 crypto: add symlink encryptionTheodore Ts'o5-23/+184
2015-04-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds17-138/+183
2015-04-15proc: remove use of seq_printf return valueJoe Perches2-36/+50
2015-04-15lib/string_helpers.c: change semantics of string_escape_memRasmus Villemoes1-2/+2
2015-04-15kernel: conditionally support non-root users, groups and capabilitiesIulia Manda2-1/+2
2015-04-15/proc/PID/status: show all sets of pid according to nsChen Hanxiao1-0/+18
2015-04-15dax: unify ext2/4_{dax,}_file_operationsBoaz Harrosh9-64/+9
2015-04-15dax: use pfn_mkwrite to update c/mtime + freeze protectionBoaz Harrosh3-0/+19
2015-04-15fs, jfs: remove slab object constructorDavid Rientjes2-20/+12
2015-04-15hugetlbfs: accept subpool min_size mount option and setup accordinglyMike Kravetz1-19/+71
2015-04-15f2fs: change 0 to false for bool typeTaehee Yoo1-1/+1
2015-04-15Merge tag 'locks-v4.1-1' of git://git.samba.org/jlayton/linuxLinus Torvalds2-37/+37