summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2014-04-24cifs: fix actimeo=0 corner case when cifs_i->time == jiffiesJeff Layton
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-22fs/bio.c: remove nr_segs (unused function parameter)Fabian Frederick
2014-04-22fs/bio: remove bs paramater in biovec_create_poolFabian Frederick
2014-04-22fs/aio.c: Remove ctx parameter in kiocb_cancelFabian Frederick
2014-04-22locks: rename file-private locks to "open file description locks"Jeff Layton
2014-04-21ext4: remove obsoleted checkDmitry Monakhov
2014-04-21ext4: add a new spinlock i_raw_lock to protect the ext4's raw inodeTheodore Ts'o
2014-04-21ext4: fix locking for O_APPEND writesTheodore Ts'o
2014-04-21ext4: factor out common code in ext4_file_write()Theodore Ts'o
2014-04-21ext4: move ext4_file_dio_write() into ext4_file_write()Theodore Ts'o
2014-04-21ext4: inline generic_file_aio_write() into ext4_file_write()Theodore Ts'o
2014-04-21fs: fix new kernel-doc warnings in fs/bio.cRandy Dunlap
2014-04-20ext4: rename uninitialized extents to unwrittenLukas Czerner
2014-04-20ext4: get rid of EXT4_MAP_UNINIT flagLukas Czerner
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
2014-04-18Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2014-04-18Merge tag 'driver-core-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-04-18ext4: use EINVAL if not a regular file in ext4_collapse_range()Theodore Ts'o