summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-02-11NFSv4: Fix a reboot recovery race when opening a fileTrond Myklebust1-12/+38
2013-02-11NFSv4: Ensure delegation recall and byte range lock removal don't conflictTrond Myklebust4-2/+16
2013-02-11NFSv4: Fix up the return values of nfs4_open_delegation_recallTrond Myklebust1-14/+11
2013-02-11NFSv4.1: Don't lose locks when a server reboots during delegation returnTrond Myklebust3-43/+108
2013-02-11NFSv4.1: Prevent deadlocks between state recovery and file lockingTrond Myklebust1-0/+9
2013-02-11NFSv4: Allow the state manager to mark an open_owner as being recoveredTrond Myklebust2-1/+12
2013-02-11Merge branch 'acpi-pm'Rafael J. Wysocki3-13/+76
2013-02-10fs/9p: Fix atomic_openM. Mohan Kumar1-2/+8
2013-02-10fs/9p: Don't use O_TRUNC flag in TOPEN and TLOPEN requestAneesh Kumar K.V3-8/+0
2013-02-10locking in fs/9p ->readdir()Al Viro1-69/+23
2013-02-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds8-36/+87
2013-02-07sched/rt: Move rt specific bits into new header fileClark Williams1-0/+1
2013-02-07xfs: memory barrier before wake_up_bit()Alex Elder1-0/+1
2013-02-07fuse: allow control of adaptive readdirplus useEric Wong3-2/+9
2013-02-06Btrfs: move d_instantiate outside the transaction during mksubvolChris Mason1-1/+4
2013-02-06Btrfs: fix EDQUOT handling in btrfs_delalloc_reserve_metadataJan Schmidt1-12/+10
2013-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next.git for-...Chris Mason16-119/+370
2013-02-05Btrfs: fix possible stale data exposureJosef Bacik1-1/+1
2013-02-05Btrfs: fix missing i_size updateJosef Bacik1-2/+9
2013-02-05Btrfs: fix race between snapshot deletion and getting inodeLiu Bo2-9/+38
2013-02-05Btrfs: fix missing release of the space/qgroup reservation in start_transacti...Miao Xie1-8/+19
2013-02-05Btrfs: fix wrong sync_writers decrement in btrfs_file_aio_write()Miao Xie1-1/+2
2013-02-05Btrfs: 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-04dlm: 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-03switch timerfd compat syscalls to COMPAT_SYSCALL_DEFINEAl Viro2-60/+66
2013-02-03switch compat_sys_open* to COMPAT_SYSCALL_DEFINEAl Viro1-7/+4
2013-02-01xfs: refactor space log reservation for XFS_TRANS_ATTR_SETJeff Liu4-15/+36
2013-02-01xfs: make use of XFS_SB_LOG_RES() at xfs_fs_log_dummy()Jeff Liu1-2/+2
2013-02-01xfs: make use of XFS_SB_LOG_RES() at xfs_mount_log_sb()Jeff Liu1-2/+2
2013-02-01xfs: make use of XFS_SB_LOG_RES() at xfs_log_sbcount()Jeff Liu1-2/+2
2013-02-01xfs: introduce XFS_SB_LOG_RES() for transactions that modify sb on diskJeff Liu3-0/+14
2013-02-01xfs: calculate XFS_TRANS_QM_QUOTAOFF_END space log reservation at mount timeJeff Liu4-2/+17
2013-02-01xfs: calculate XFS_TRANS_QM_QUOTAOFF space log reservation at mount timeJeff Liu4-7/+19
2013-02-01xfs: calculate XFS_TRANS_QM_DQALLOC space log reservation at mount timeJeff Liu4-9/+20
2013-02-01xfs: calcuate XFS_TRANS_QM_SETQLIM space log reservation at mount timeJeff Liu4-2/+17
2013-02-01xfs: calculate xfs_qm_write_sb_changes() space log reservation at mount timeJeff Liu1-4/+3
2013-02-01xfs: calculate XFS_TRANS_QM_SBCHANGE space log reservation at mount timeJeff Liu4-3/+16
2013-02-01xfs: make use of xfs_calc_buf_res() in xfs_trans.cJeff Liu1-128/+112
2013-02-01GFS2: Get a block reservation before resizing a fileBob Peterson1-0/+4
2013-02-01GFS2: Split glock lru processing into two partsSteven Whitehouse1-23/+67
2013-02-01xfs: 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