summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | fs/adfs: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-211-2/+2
| * | | | | | | fs/9p: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-211-2/+1
| * | | | | | | Merge 3.9-rc4 into driver-core-nextGreg Kroah-Hartman2013-01-1713-47/+73
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Revert "sysfs: Convert print_symbol to %pSR"Greg Kroah-Hartman2013-01-171-2/+2
| * | | | | | | debugfs: remove redundant initialization of dentrySasha Levin2013-01-171-1/+0
| * | | | | | | sysfs: Convert print_symbol to %pSRJoe Perches2013-01-171-2/+2
| * | | | | | | sysfs: Fixed a trailing white space errorBin Wang2013-01-171-1/+1
| * | | | | | | fs/xfs: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-111-2/+2
| * | | | | | | fs/nilfs2: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-111-2/+1
| * | | | | | | fs/ecryptfs: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-111-2/+2
| * | | | | | | fs/ceph: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-111-2/+2
| | |_|/ / / / | |/| | | | |
* | | | | | | 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
OpenPOWER on IntegriCloud