summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-10-02xfs: check for null dquot in xfs_quota_calc_throttle()Eric Sandeen1-2/+2
2014-10-02xfs: fix crc field handling in xfs_sb_to/from_diskEric Sandeen1-0/+5
2014-10-02xfs: don't send null bp to xfs_trans_brelse()Eric Sandeen1-1/+2
2014-10-02xfs: check for inode size overflow in xfs_new_eof()Brian Foster1-1/+1
2014-10-02xfs: only set extent size hint when askedDave Chinner1-2/+14
2014-10-02xfs: project id inheritance is a directory only flagDave Chinner2-4/+4
2014-10-02xfs: kill time.hDave Chinner5-41/+8
2014-10-02xfs: compat_xfs_bstat does not have forkoffDave Chinner2-1/+4
2014-09-23xfs: flush entire last page of old EOF on truncate upDave Chinner1-0/+30
2014-09-23xfs: xfs_swap_extent_flush can be staticDave Chinner1-1/+1
2014-09-23xfs: xfs_buf_write_fail_rl_state can be staticDave Chinner1-1/+1
2014-09-23xfs: xfs_rtget_summary can be staticFengguang Wu1-1/+1
2014-09-23xfs: remove second xfs_quota.h inclusion in xfs_icache.cFabian Frederick1-1/+0
2014-09-23xfs: don't ASSERT on corrupt ftypeEric Sandeen1-1/+0
2014-09-23xfs: xlog_cil_force_lsn doesn't always wait correctlyDave Chinner1-9/+38
2014-09-09xfs: remove rbpp check from xfs_rtmodify_summary_intEric Sandeen1-13/+5
2014-09-09xfs: combine xfs_rtmodify_summary and xfs_rtget_summaryEric Sandeen3-61/+43
2014-09-09xfs: combine xfs_dir_canenter into xfs_dir_createnameEric Sandeen1-49/+11
2014-09-09xfs: check resblks before calling xfs_dir_canenterEric Sandeen4-19/+22
2014-09-09xfs: deduplicate xlog_do_recovery_pass()Eric Sandeen1-54/+27
2014-09-09xfs: lseek: the "whence" argument is called "whence"Eric Sandeen1-4/+4
2014-09-09xfs: combine xfs_seek_hole & xfs_seek_dataEric Sandeen1-122/+50
2014-09-09xfs: export log_recovery_delay to delay mount time log recoveryBrian Foster4-0/+52
2014-09-09xfs: add debug sysfs attribute setBrian Foster3-2/+65
2014-09-09xfs: add a few more verifier testsEric Sandeen3-0/+8
2014-09-09xfs: mark all internal workqueues as freezableBrian Foster3-9/+11
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