summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2014-04-28fuse: add .write_inodeMiklos Szeredi
2014-04-28fuse: clean up fsyncMiklos Szeredi
2014-04-28fuse: fuse: fallocate: use file_update_time()Miklos Szeredi
2014-04-28fuse: update mtime on open(O_TRUNC) in atomic_o_trunc modeMaxim Patlasov
2014-04-28fuse: update mtime on truncate(2)Maxim Patlasov
2014-04-28fuse: do not use uninitialized i_modeMaxim Patlasov
2014-04-28fuse: fix mtime update error in fsyncMiklos Szeredi
2014-04-28fuse: check fallocate modeMiklos Szeredi
2014-04-28fuse: add __exit to fuse_ctl_cleanupFabian Frederick
2014-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-04-27Merge tag 'driver-core-3.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-04-26Btrfs: limit the path size in send to PATH_MAXChris Mason
2014-04-25Merge tag 'locks-v3.15-2' of git://git.samba.org/jlayton/linuxLinus Torvalds
2014-04-25Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2014-04-25kernfs: add back missing error check in kernfs_fop_mmap()Tejun Heo
2014-04-25kernfs: fix a subdir count leakJianyu Zhan
2014-04-24Btrfs: correctly set profile flags on seqlock retryFilipe Manana
2014-04-24Btrfs: use correct key when repeating search for extent itemFilipe Manana
2014-04-24Btrfs: fix inode caching vs tree logMiao Xie
2014-04-24Btrfs: fix possible memory leaks in open_ctree()Wang Shilong
2014-04-24Btrfs: avoid triggering bug_on() when we fail to start inode caching taskWang Shilong
2014-04-24Btrfs: move btrfs_{set,clear}_and_info() to ctree.hWang Shilong
2014-04-24btrfs: replace error code from btrfs_drop_extentsDavid Sterba
2014-04-24btrfs: Change the hole range to a more accurate value.Qu Wenruo
2014-04-24xfs: enable the finobt feature on v5 superblocksBrian Foster
2014-04-24xfs: report finobt status in fs geometryBrian Foster
2014-04-24xfs: add finobt support to growfsBrian Foster
2014-04-24xfs: update the finobt on inode freeBrian Foster
2014-04-24xfs: refactor xfs_difree() inobt bits into xfs_difree_inobt() helperBrian Foster
2014-04-24xfs: use and update the finobt on inode allocationBrian Foster
2014-04-24xfs: insert newly allocated inode chunks into the finobtBrian Foster
2014-04-24xfs: update inode allocation/free transaction reservations for finobtBrian Foster
2014-04-24xfs: support the XFS_BTNUM_FINOBT free inode btree typeBrian Foster
2014-04-24xfs: reserve v5 superblock read-only compat. feature bit for finobtBrian Foster
2014-04-24xfs: refactor xfs_ialloc_btree.c to support multiple inobt numbersBrian Foster
2014-04-23locks: rename FL_FILE_PVT and IS_FILE_PVT to use "*_OFDLCK" insteadJeff Layton
2014-04-23xfs: add filestream allocator tracepointsChristoph Hellwig
2014-04-23xfs: remove xfs_filestream_associateChristoph Hellwig
2014-04-23xfs: don't create a slab cache for filestream itemsChristoph Hellwig
2014-04-23xfs: rewrite the filestream allocator using the dentry cacheChristoph Hellwig
2014-04-23xfs: remove XFS_IFILESTREAMChristoph Hellwig
2014-04-23xfs: embedd mru_elem into parent structureChristoph Hellwig
2014-04-23xfs: handle duplicate entries in xfs_mru_cache_insertChristoph Hellwig
2014-04-23xfs: split xfs_bmap_btalloc_nullfbChristoph Hellwig
2014-04-22locks: rename file-private locks to "open file description locks"Jeff Layton
2014-04-20Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-04-19ext4: disable COLLAPSE_RANGE for bigallocNamjae Jeon
2014-04-19ext4: fix COLLAPSE_RANGE failure with 1KB block sizeNamjae Jeon
2014-04-19coredump: fix va_list corruptionEric Dumazet
2014-04-19fix races between __d_instantiate() and checks of dentry flagsAl Viro