summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-10-02xfs: check xfs_buf_read_uncached returns correctlyDave Chinner5-62/+58
2014-10-02xfs: introduce xfs_buf_submit[_wait]Dave Chinner8-128/+117
2014-10-02xfs: kill xfs_bioerror_relseDave Chinner3-44/+6
2014-10-02xfs: xfs_bioerror can die.Dave Chinner1-46/+12
2014-10-02xfs: kill xfs_bdstrat_cbDave Chinner1-23/+25
2014-10-02xfs: rework xfs_buf_bio_endio error handlingDave Chinner2-2/+17
2014-10-02xfs: xfs_buf_ioend and xfs_buf_iodone_work duplicate functionalityDave Chinner6-55/+45
2014-10-02xfs: synchronous buffer IO needs a referenceDave Chinner1-9/+42
2014-10-02xfs: Don't use xfs_buf_iowait in the delwri buffer codeDave Chinner1-5/+13
2014-10-02xfs: force the log before shutting downDave Chinner1-38/+17
2014-08-26Merge tag 'nfs-for-3.17-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-29/+76
2014-08-25aio: fix reqs_available handlingBenjamin LaHaise1-4/+73
2014-08-23nfs: Don't busy-wait on SIGKILL in __nfs_iocounter_waitDavid Jeffery1-1/+1
2014-08-23nfs: can_coalesce_requests must enforce contiguityWeston Andros Adamson1-0/+8
2014-08-23nfs: disallow duplicate pages in pgio page vectorsWeston Andros Adamson1-3/+15
2014-08-23nfs: don't sleep with inode lock in lock_and_join_requestsWeston Andros Adamson2-1/+28
2014-08-23nfs: fix error handling in lock_and_join_requestsWeston Andros Adamson1-1/+4
2014-08-23nfs: use blocking page_group_lock in add_requestWeston Andros Adamson1-11/+2
2014-08-23nfs: fix nonblocking calls to nfs_page_group_lockWeston Andros Adamson1-8/+13
2014-08-23nfs: change nfs_page_group_lock argumentWeston Andros Adamson2-7/+8
2014-08-21Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds14-22/+269
2014-08-20ext3: Count internal journal as bsddf overhead in ext3_statfsChin-Tsung Cheng1-2/+3
2014-08-19isofs: Fix unbounded recursion when processing relocated directoriesJan Kara3-22/+55
2014-08-19udf: avoid unneeded up_write when fail to add entry in ->symlinkChao Yu1-1/+2
2014-08-18[SMB3] Enable fallocate -z support for SMB3 mountsSteve French1-0/+55
2014-08-18enable fallocate punch hole ("fallocate -p") for SMB3Steve French5-1/+73
2014-08-18Incorrect error returned on setting file compressed on SMB2Steve French1-1/+1
2014-08-17CIFS: Fix wrong directory attributes after renamePavel Shilovsky1-0/+6
2014-08-17CIFS: Fix SMB2 readdir error handlingPavel Shilovsky7-8/+25
2014-08-17[CIFS] Possible null ptr deref in SMB2_tconSteve French1-1/+2
2014-08-16Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds17-305/+541
2014-08-16Merge tag 'locks-v3.17-2' of git://git.samba.org/jlayton/linuxLinus Torvalds1-29/+57
2014-08-16Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds1-56/+30
2014-08-16[CIFS] Workaround MacOS server problem with SMB2.1 writeSteve French1-1/+16
2014-08-16cifs: handle lease F_UNLCK requests properlyJeff Layton1-2/+3
2014-08-16Cleanup sparse file support by creating worker function for itSteve French1-31/+49
2014-08-15btrfs: disable strict file flushes for renames and truncatesChris Mason8-267/+6
2014-08-15Btrfs: fix csum tree corruption, duplicate and outdated checksumsFilipe Manana1-1/+1
2014-08-15Btrfs: Fix memory corruption by ulist_add_merge() on 32bit archTakashi Iwai2-6/+20
2014-08-15Btrfs: fix compressed write corruption on enospcLiu Bo1-0/+12
2014-08-15btrfs: correctly handle return from ulist_addMark Fasheh1-4/+9
2014-08-15btrfs: qgroup: account shared subtrees during snapshot deleteMark Fasheh3-0/+426
2014-08-15Btrfs: read lock extent buffer while walking backrefsFilipe Manana1-0/+3
2014-08-15Btrfs: __btrfs_mod_ref should always use no_quotaJosef Bacik3-25/+23
2014-08-15btrfs: adjust statfs calculations according to raid profilesDavid Sterba1-6/+45
2014-08-14locks: move locks_free_lock calls in do_fcntl_add_lease outside spinlockJeff Layton1-9/+7
2014-08-14locks: defer freeing locks in locks_delete_lock until after i_lock has been d...Jeff Layton1-8/+30
2014-08-14locks: don't reuse file_lock in __posix_lock_fileJeff Layton1-11/+14
2014-08-14Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds30-870/+1124
2014-08-14Merge tag 'xfs-for-linus-3.17-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds115-2044/+2213