summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ubifs: wait for page writeback to provide stable pagesJan Kara2013-02-211-0/+1
* ocfs2: wait for page writeback to provide stable pagesJan Kara2013-02-211-0/+1
* block: optionally snapshot page contents to provide stable pages during writeDarrick J. Wong2013-02-211-0/+1
* 9pfs: fix filesystem to wait for stable page writebackDarrick J. Wong2013-02-211-0/+1
* mm: only enforce stable page writes if the backing device requires itDarrick J. Wong2013-02-214-4/+4
* ocfs2: unlock super lock if lockres refresh failedJunxiao Bi2013-02-211-1/+4
* ocfs2: remove kfree() redundant null checksTim Gardner2013-02-2110-34/+17
* configfs: move the dereference below the NULL testWei Yongjun2013-02-211-2/+3
* fs/block_dev.c: page cache wrongly left invalidated after revalidate_disk()MITSUNARI Shigeo2013-02-211-0/+1
* inotify: remove broken mask checks causing unmount to be EINVALJim Somerville2013-02-211-4/+0
* Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-02-212-7/+46
|\
| * pstore: Create a convenient mount point for pstoreJosh Boyer2013-02-121-1/+17
| * pstore: Avoid deadlock in panic and emergency-restart pathSeiji Aguchi2013-01-111-6/+29
* | Merge tag 'dlm-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2013-02-212-0/+18
|\ \
| * | dlm: avoid scanning unchanged toss listsDavid Teigland2013-01-072-0/+18
* | | Merge tag 'nfs-for-3.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-02-2116-219/+370
|\ \ \
| * | | NLM: Ensure that we resend all pending blocking locks after a reclaimTrond Myklebust2013-02-191-0/+3
| * | | umount oops when remove blocklayoutdriver firstfanchaoting2013-02-172-0/+2
| * | | nfs: remove kfree() redundant null checksTim Gardner2013-02-172-4/+2
| * | | NFSv4.1: Don't decode skipped layoutgetsWeston Andros Adamson2013-02-171-1/+2
| * | | NFSv4.1: Fix bulk recall and destroy of layoutsTrond Myklebust2013-02-143-74/+144
| * | | NFSv4.1: Fix an ABBA locking issue with session and state serialisationTrond Myklebust2013-02-111-12/+20
| * | | NFSv4: Fix a reboot recovery race when opening a fileTrond Myklebust2013-02-111-12/+38
| * | | NFSv4: Ensure delegation recall and byte range lock removal don't conflictTrond Myklebust2013-02-114-2/+16
| * | | NFSv4: Fix up the return values of nfs4_open_delegation_recallTrond Myklebust2013-02-111-14/+11
| * | | NFSv4.1: Don't lose locks when a server reboots during delegation returnTrond Myklebust2013-02-113-43/+108
| * | | NFSv4.1: Prevent deadlocks between state recovery and file lockingTrond Myklebust2013-02-111-0/+9
| * | | NFSv4: Allow the state manager to mark an open_owner as being recoveredTrond Myklebust2013-02-112-1/+12
| * | | Revert "NFS: add nfs_sb_deactive_async to avoid deadlock"Trond Myklebust2013-02-015-56/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds2013-02-2123-374/+375
|\ \ \ \
| * | | | GFS2: Reinstate withdraw ack systemSteven Whitehouse2013-02-134-1/+28
| * | | | GFS2: Get a block reservation before resizing a fileBob Peterson2013-02-011-0/+4
| * | | | GFS2: Split glock lru processing into two partsSteven Whitehouse2013-02-011-23/+67
| * | | | GFS2: Use ->writepages for ordered writesSteven Whitehouse2013-01-298-70/+79
| * | | | GFS2: Clean up freeze codeSteven Whitehouse2013-01-295-78/+15
| * | | | GFS2: Merge gfs2_attach_bufdata() into trans.cSteven Whitehouse2013-01-294-56/+26
| * | | | GFS2: Copy gfs2_trans_add_bh into new data/meta functionsSteven Whitehouse2013-01-294-84/+84
| * | | | GFS2: Split gfs2_trans_add_bh() into twoSteven Whitehouse2013-01-2911-70/+81
| * | | | GFS2: Merge revoke adding functionsSteven Whitehouse2013-01-292-16/+9
| * | | | GFS2: Separate LRU scanning from shrinkerSteven Whitehouse2013-01-291-11/+17
* | | | | Merge tag 'for-linus-v3.9-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds2013-02-2128-453/+503
|\ \ \ \ \
| * | | | | xfs: xfs_bmap_add_attrfork_local is too genericDave Chinner2013-02-141-21/+93
| * | | | | xfs: remove log force from xfs_buf_trylock()Brian Foster2013-02-141-2/+0
| * | | | | xfs: recheck buffer pinned status after push trylock failureBrian Foster2013-02-141-1/+11
| * | | | | xfs: limit speculative prealloc size on sparse filesDave Chinner2013-02-141-10/+67
| * | | | | xfs: memory barrier before wake_up_bit()Alex Elder2013-02-071-0/+1
| * | | | | xfs: refactor space log reservation for XFS_TRANS_ATTR_SETJeff Liu2013-02-014-15/+36
| * | | | | xfs: make use of XFS_SB_LOG_RES() at xfs_fs_log_dummy()Jeff Liu2013-02-011-2/+2
| * | | | | xfs: make use of XFS_SB_LOG_RES() at xfs_mount_log_sb()Jeff Liu2013-02-011-2/+2
| * | | | | xfs: make use of XFS_SB_LOG_RES() at xfs_log_sbcount()Jeff Liu2013-02-011-2/+2
OpenPOWER on IntegriCloud