summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2011-10-11xfs: remove xfs_bmapi_single()Dave Chinner
2011-10-11xfs: introduce xfs_bmapi_read()Dave Chinner
2011-10-11xfs: factor extent map manipulations out of xfs_bmapiDave Chinner
2011-10-11xfs: remove the nextents variable in xfs_bmapiChristoph Hellwig
2011-10-11xfs: remove impossible to read code in xfs_bmap_add_extent_delay_realChristoph Hellwig
2011-10-11xfs: remove the first extent special case in xfs_bmap_add_extentChristoph Hellwig
2011-10-11xfs: Return -EIO when xfs_vn_getattr() failedMitsuo Hayasaka
2011-10-11xfs: Fix the incorrect comment in the header of _xfs_buf_findChandra Seetharaman
2011-10-11xfs: Check the return value of xfs_trans_get_buf()Chandra Seetharaman
2011-10-11xfs: Check the return value of xfs_buf_get()Chandra Seetharaman
2011-10-11xfs: improve ioend error handlingChristoph Hellwig
2011-10-11xfs: avoid direct I/O write vs buffered I/O raceChristoph Hellwig
2011-10-11xfs: avoid synchronous transactions when deleting attr blocksChristoph Hellwig
2011-10-11xfs: remove i_iocountChristoph Hellwig
2011-10-11xfs: wait for I/O completion when writing out pages in xfs_setattr_sizeChristoph Hellwig
2011-10-11xfs: reduce ioend latencyChristoph Hellwig
2011-10-11xfs: defer AIO/DIO completionsChristoph Hellwig
2011-10-11xfs: remove dead ENODEV handling in xfs_destroy_ioendChristoph Hellwig
2011-10-11xfs: use the "delwri" terminology consistentlyChristoph Hellwig
2011-10-11xfs: let xfs_bwrite callers handle the xfs_buf_relseChristoph Hellwig
2011-10-11xfs: call xfs_buf_delwri_queue directlyChristoph Hellwig
2011-10-11xfs: move more delwri setup into xfs_buf_delwri_queueChristoph Hellwig
2011-10-11xfs: remove the unlock argument to xfs_buf_delwri_queueChristoph Hellwig
2011-10-11xfs: remove delwri buffer handling from xfs_buf_iorequestChristoph Hellwig
2011-10-11xfs: don't serialise adjacent concurrent direct IO appending writesDave Chinner
2011-10-11xfs: don't serialise direct IO reads on page cache checksDave Chinner
2011-10-03Merge branch 'btrfs-3.0' of git://github.com/chrismason/linuxLinus Torvalds
2011-09-30Btrfs: force a page fault if we have a shorty copy on a page boundaryJosef Bacik
2011-09-27vfs: remove LOOKUP_NO_AUTOMOUNT flagLinus Torvalds
2011-09-26VFS: Fix the remaining automounter semantics regressionsTrond Myklebust
2011-09-26vfs pathname lookup: Add LOOKUP_AUTOMOUNT flagLinus Torvalds
2011-09-21Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2011-09-21teach /proc/$pid/numa_maps about transparent hugepagesDave Hansen
2011-09-21break out numa_maps gather_pte_stats() checksDave Hansen
2011-09-21make /proc/$pid/numa_maps gather_stats() take variable page sizeDave Hansen
2011-09-20Merge branch 'for-linus' of git://github.com/chrismason/linuxLinus Torvalds
2011-09-20Merge branch 'btrfs-3.0' into for-linusChris Mason
2011-09-20Btrfs: reserve sufficient space for ioctl cloneSage Weil
2011-09-19cifs: Fix broken sec=ntlmv2/i sec option (try #2)Shirish Pargaonkar
2011-09-19Fix the conflict between rwpidforward and rw mount optionsSteve French
2011-09-19CIFS: Fix ERR_PTR dereference in cifs_get_rootPavel Shilovsky
2011-09-19cifs: fix possible memory corruption in CIFSFindNextJeff Layton
2011-09-19Merge branch 'for-linus' of git://github.com/chrismason/linuxLinus Torvalds
2011-09-18Btrfs: only clear the need lookup flag after the dentry is setupJosef Bacik
2011-09-18BTRFS: Fix lseek return value for errorJeff Liu
2011-09-18Merge branch 'btrfs-3.0' into for-linusChris Mason
2011-09-18Btrfs: don't change inode flag of the dest clone fileLi Zefan
2011-09-18Btrfs: don't make a file partly checksummed through file cloneLi Zefan
2011-09-18Btrfs: fix pages truncation in btrfs_ioctl_clone()Li Zefan
2011-09-18btrfs: fix d_off in the first direntHidetoshi Seto