summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2015-04-17fs/fat: comment fix, fat_bits can be also 32Alexander Kuleshov
2015-04-17fs/fat: remove unnecessary includesAlexander Kuleshov
2015-04-17fs/fat: remove unnecessary defintionAlexander Kuleshov
2015-04-17hfsplus: don't store special "osx" xattr prefix on-diskThomas Hebb
2015-04-17hfsplus: fix expand when not enough available spaceSergei Antonov
2015-04-17hfsplus: incorrect return valueChengyu Song
2015-04-17fs/hfsplus: replace if/BUG by BUG_ONFabian Frederick
2015-04-17fs/hfsplus: use bool instead of int for is_known_namespace() return valueFabian Frederick
2015-04-17fs/hfsplus: atomically set inode->i_flagsFabian Frederick
2015-04-17fs/hfsplus: move xattr_name allocation in hfsplus_setxattr()Fabian Frederick
2015-04-17fs/hfsplus: move xattr_name allocation in hfsplus_getxattr()Fabian Frederick
2015-04-17hfsplus: add missing curly braces in hfsplus_delete_cat()Dan Carpenter
2015-04-17hfs: incorrect return valuesChengyu Song
2015-04-17nilfs2: use inode_set_flags() in nilfs_set_inode_flags()Ryusuke Konishi
2015-04-17nilfs2: put out gfp mask manipulation from nilfs_set_inode_flags()Ryusuke Konishi
2015-04-17nilfs2: fix gcc warning at nilfs_checkpoint_is_mounted()Ryusuke Konishi
2015-04-17nilfs2: improve execution time of NILFS_IOCTL_GET_CPINFO ioctlRyusuke Konishi
2015-04-17nilfs2: add helper to find existent block on metadata fileRyusuke Konishi
2015-04-17nilfs2: add bmap function to seek a valid keyRyusuke Konishi
2015-04-17nilfs2: unify type of key arguments in bmap interfaceRyusuke Konishi
2015-04-17nilfs2: use bgl_lock_ptr()Ryusuke Konishi
2015-04-17nilfs2: use set_mask_bits() for operations on buffer state bitmapRyusuke Konishi
2015-04-17nilfs2: do not use async write flag for segment summary buffersRyusuke Konishi
2015-04-17befs: replace typedef befs_inode_info by structureFabian Frederick
2015-04-17befs: replace typedef befs_sb_info by structureFabian Frederick
2015-04-17befs: replace typedef befs_mount_options by structureFabian Frederick
2015-04-17fs/binfmt_misc.c: simplify entry_status()Rasmus Villemoes
2015-04-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-04-15proc: remove use of seq_printf return valueJoe Perches
2015-04-15lib/string_helpers.c: change semantics of string_escape_memRasmus Villemoes
2015-04-15kernel: conditionally support non-root users, groups and capabilitiesIulia Manda
2015-04-15/proc/PID/status: show all sets of pid according to nsChen Hanxiao
2015-04-15dax: unify ext2/4_{dax,}_file_operationsBoaz Harrosh
2015-04-15dax: use pfn_mkwrite to update c/mtime + freeze protectionBoaz Harrosh
2015-04-15fs, jfs: remove slab object constructorDavid Rientjes
2015-04-15hugetlbfs: accept subpool min_size mount option and setup accordinglyMike Kravetz
2015-04-15Merge tag 'locks-v4.1-1' of git://git.samba.org/jlayton/linuxLinus Torvalds
2015-04-15Merge tag 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw...Linus Torvalds
2015-04-15Merge tag 'upstream-4.1-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds
2015-04-15Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2015-04-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-04-14mm, mempool: do not allow atomic resizingDavid Rientjes
2015-04-14mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZEKees Cook
2015-04-14mm: split ET_DYN ASLR from mmap ASLRKees Cook
2015-04-14fs/binfmt_elf.c: fix bug in loading of PIE binariesMichael Davidson
2015-04-14cleancache: remove limit on the number of cleancache enabled filesystemsVladimir Davydov
2015-04-14cleancache: zap uuid arg of cleancache_init_shared_fsVladimir Davydov
2015-04-14ocfs2: copy fs uuid to superblockVladimir Davydov
2015-04-14page_writeback: clean up mess around cancel_dirty_page()Konstantin Khlebnikov