summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* xfs: introduce xfs_bmapi_read()Dave Chinner2011-10-1213-77/+151
* xfs: factor extent map manipulations out of xfs_bmapiDave Chinner2011-10-121-74/+107
* xfs: remove the nextents variable in xfs_bmapiChristoph Hellwig2011-10-121-5/+1Star
* xfs: remove impossible to read code in xfs_bmap_add_extent_delay_realChristoph Hellwig2011-10-121-27/+8Star
* xfs: remove the first extent special case in xfs_bmap_add_extentChristoph Hellwig2011-10-121-18/+1Star
* xfs: Return -EIO when xfs_vn_getattr() failedMitsuo Hayasaka2011-10-121-1/+1
* xfs: Fix the incorrect comment in the header of _xfs_buf_findChandra Seetharaman2011-10-121-4/+1Star
* xfs: Check the return value of xfs_trans_get_buf()Chandra Seetharaman2011-10-126-11/+30
* xfs: Check the return value of xfs_buf_get()Chandra Seetharaman2011-10-122-2/+22
* xfs: improve ioend error handlingChristoph Hellwig2011-10-121-10/+17
* xfs: avoid direct I/O write vs buffered I/O raceChristoph Hellwig2011-10-121-3/+14
* xfs: avoid synchronous transactions when deleting attr blocksChristoph Hellwig2011-10-122-21/+1Star
* xfs: remove i_iocountChristoph Hellwig2011-10-129-67/+9Star
* xfs: wait for I/O completion when writing out pages in xfs_setattr_sizeChristoph Hellwig2011-10-121-2/+2
* xfs: reduce ioend latencyChristoph Hellwig2011-10-121-1/+15
* xfs: defer AIO/DIO completionsChristoph Hellwig2011-10-122-17/+10Star
* xfs: remove dead ENODEV handling in xfs_destroy_ioendChristoph Hellwig2011-10-121-11/+0Star
* xfs: use the "delwri" terminology consistentlyChristoph Hellwig2011-10-122-26/+21Star
* xfs: let xfs_bwrite callers handle the xfs_buf_relseChristoph Hellwig2011-10-128-40/+50
* xfs: call xfs_buf_delwri_queue directlyChristoph Hellwig2011-10-1212-39/+30Star
* xfs: move more delwri setup into xfs_buf_delwri_queueChristoph Hellwig2011-10-121-19/+12Star
* xfs: remove the unlock argument to xfs_buf_delwri_queueChristoph Hellwig2011-10-121-10/+6Star
* xfs: remove delwri buffer handling from xfs_buf_iorequestChristoph Hellwig2011-10-121-7/+2Star
* xfs: don't serialise adjacent concurrent direct IO appending writesDave Chinner2011-10-121-16/+52
* xfs: don't serialise direct IO reads on page cache checksDave Chinner2011-10-121-3/+14
* Merge branch 'btrfs-3.0' of git://github.com/chrismason/linuxLinus Torvalds2011-10-031-8/+16
|\
| * Btrfs: force a page fault if we have a shorty copy on a page boundaryJosef Bacik2011-09-301-8/+16
* | vfs: remove LOOKUP_NO_AUTOMOUNT flagLinus Torvalds2011-09-272-8/+0Star
* | VFS: Fix the remaining automounter semantics regressionsTrond Myklebust2011-09-273-3/+3
* | vfs pathname lookup: Add LOOKUP_AUTOMOUNT flagLinus Torvalds2011-09-271-1/+1
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2011-09-218-13/+15
|\ \
| * | block: separate priority boosting from REQ_METAChristoph Hellwig2011-08-238-13/+15
| * | block: remove READ_META and WRITE_METAChristoph Hellwig2011-08-235-7/+7
* | | teach /proc/$pid/numa_maps about transparent hugepagesDave Hansen2011-09-211-0/+20
* | | break out numa_maps gather_pte_stats() checksDave Hansen2011-09-211-15/+24
* | | make /proc/$pid/numa_maps gather_stats() take variable page sizeDave Hansen2011-09-211-10/+11
* | | Merge branch 'for-linus' of git://github.com/chrismason/linuxLinus Torvalds2011-09-201-1/+6
|\ \ \
| * \ \ Merge branch 'btrfs-3.0' into for-linusChris Mason2011-09-201-1/+6
| |\ \ \ | | | |/ | | |/|
| | * | Btrfs: reserve sufficient space for ioctl cloneSage Weil2011-09-201-1/+6
* | | | cifs: Fix broken sec=ntlmv2/i sec option (try #2)Shirish Pargaonkar2011-09-201-43/+11Star
* | | | Fix the conflict between rwpidforward and rw mount optionsSteve French2011-09-201-2/+2
* | | | CIFS: Fix ERR_PTR dereference in cifs_get_rootPavel Shilovsky2011-09-201-4/+6
* | | | cifs: fix possible memory corruption in CIFSFindNextJeff Layton2011-09-201-1/+2
* | | | Merge branch 'for-linus' of git://github.com/chrismason/linuxLinus Torvalds2011-09-203-11/+30
|\| | |
| * | | Btrfs: only clear the need lookup flag after the dentry is setupJosef Bacik2011-09-181-2/+11
| * | | BTRFS: Fix lseek return value for errorJeff Liu2011-09-181-2/+7
| * | | Merge branch 'btrfs-3.0' into for-linusChris Mason2011-09-182-7/+12
| |\| |
| | * | Btrfs: don't change inode flag of the dest clone fileLi Zefan2011-09-181-1/+0Star
| | * | Btrfs: don't make a file partly checksummed through file cloneLi Zefan2011-09-181-0/+5
| | * | Btrfs: fix pages truncation in btrfs_ioctl_clone()Li Zefan2011-09-181-4/+4