summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-02-06Btrfs: fix race between snapshot deletion and getting inodeLiu Bo2-9/+38
2013-02-06Btrfs: fix missing release of the space/qgroup reservation in start_transacti...Miao Xie1-8/+19
2013-02-06Btrfs: fix wrong sync_writers decrement in btrfs_file_aio_write()Miao Xie1-1/+2
2013-02-06Btrfs: do not merge logged extents if we've removed them from the treeJosef Bacik1-1/+2
2013-02-05Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/l...Ingo Molnar3-6/+13
2013-02-05Merge branch 'fix-max-write' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+4
2013-02-05nilfs2: fix fix very long mount time issueVyacheslav Dubeyko1-1/+4
2013-02-05dlm: check the write size from userDavid Teigland1-4/+4
2013-02-04fuse: send poll eventsEnke Chen1-0/+1
2013-02-04fuse: don't WARN when nlink is zeroMiklos Szeredi1-1/+8
2013-02-04fuse: avoid out-of-scope stack accessEric Wong1-3/+10
2013-02-04Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner1-3/+7
2013-02-02xfs: refactor space log reservation for XFS_TRANS_ATTR_SETJeff Liu4-15/+36
2013-02-02xfs: make use of XFS_SB_LOG_RES() at xfs_fs_log_dummy()Jeff Liu1-2/+2
2013-02-02xfs: make use of XFS_SB_LOG_RES() at xfs_mount_log_sb()Jeff Liu1-2/+2
2013-02-02xfs: make use of XFS_SB_LOG_RES() at xfs_log_sbcount()Jeff Liu1-2/+2
2013-02-02xfs: introduce XFS_SB_LOG_RES() for transactions that modify sb on diskJeff Liu3-0/+14
2013-02-02xfs: calculate XFS_TRANS_QM_QUOTAOFF_END space log reservation at mount timeJeff Liu4-2/+17
2013-02-02xfs: calculate XFS_TRANS_QM_QUOTAOFF space log reservation at mount timeJeff Liu4-7/+19
2013-02-02xfs: calculate XFS_TRANS_QM_DQALLOC space log reservation at mount timeJeff Liu4-9/+20
2013-02-02xfs: calcuate XFS_TRANS_QM_SETQLIM space log reservation at mount timeJeff Liu4-2/+17
2013-02-02xfs: calculate xfs_qm_write_sb_changes() space log reservation at mount timeJeff Liu1-4/+3
2013-02-02xfs: calculate XFS_TRANS_QM_SBCHANGE space log reservation at mount timeJeff Liu4-3/+16
2013-02-02xfs: make use of xfs_calc_buf_res() in xfs_trans.cJeff Liu1-128/+112
2013-02-02GFS2: Get a block reservation before resizing a fileBob Peterson1-0/+4
2013-02-02GFS2: Split glock lru processing into two partsSteven Whitehouse1-23/+67
2013-02-02xfs: add a helper to figure out the space log reservation per itemJeff Liu1-0/+31
2013-02-01btrfs: don't try to notify udev about missing devicesEric Sandeen1-1/+2
2013-02-01Revert "NFS: add nfs_sb_deactive_async to avoid deadlock"Trond Myklebust5-56/+3
2013-02-01Merge tag 'nfs-for-3.8-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-57/+69
2013-01-31FUSE: Adapt readdirplus to application usage patternsFeng Shuo3-3/+38
2013-01-31Do not use RCU for current process credentialsAnatol Pomozov4-17/+13
2013-01-31NFSv4.1: Handle NFS4ERR_DELAY when resetting the NFSv4.1 sessionTrond Myklebust1-2/+12
2013-01-31NFS: Don't silently fail setattr() requests on mountpointsTrond Myklebust1-0/+20
2013-01-30Merge tag 'for-linus-v3.8-rc6' of git://oss.sgi.com/xfs/xfsLinus Torvalds8-9/+47
2013-01-29GFS2: Use ->writepages for ordered writesSteven Whitehouse8-70/+79
2013-01-29GFS2: Clean up freeze codeSteven Whitehouse5-78/+15
2013-01-29GFS2: Merge gfs2_attach_bufdata() into trans.cSteven Whitehouse4-56/+26
2013-01-29GFS2: Copy gfs2_trans_add_bh into new data/meta functionsSteven Whitehouse4-84/+84
2013-01-29GFS2: Split gfs2_trans_add_bh() into twoSteven Whitehouse11-70/+81
2013-01-29GFS2: Merge revoke adding functionsSteven Whitehouse2-16/+9
2013-01-29GFS2: Separate LRU scanning from shrinkerSteven Whitehouse1-11/+17
2013-01-29xfs: Fix xfs_swap_extents() after removal of xfs_flushinval_pages()Torsten Kaiser1-2/+2
2013-01-28xfs: Fix xfs_swap_extents() after removal of xfs_flushinval_pages()Torsten Kaiser1-2/+2
2013-01-28xfs: Fix possible use-after-free with AIOJan Kara1-1/+1
2013-01-28xfs: fix shutdown hang on invalid inode during createDave Chinner3-2/+13
2013-01-28xfs: limit speculative prealloc near ENOSPC thresholdsDave Chinner1-0/+9
2013-01-28xfs: fix _xfs_buf_find oops on blocks beyond the filesystem endDave Chinner1-0/+18
2013-01-28xfs: pull up stack_switch check into xfs_bmapi_writeBrian Foster1-3/+3
2013-01-28xfs: Do not return EFSCORRUPTED when filesystem probe finds no XFS magicEric Sandeen1-1/+1