summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds2012-01-144-4/+4
|\
| * module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-133-3/+3
| * module_param: avoid bool abuse, add bint for special cases.Rusty Russell2012-01-131-1/+1
* | Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-01-1414-130/+433
|\ \
| * | nfsd4: nfsd4_create_clid_dir return value is unusedJ. Bruce Fields2012-01-052-7/+5
| * | NFSD: Change name of extended attribute containing junctionChuck Lever2012-01-051-3/+14
| * | nfsd4: be forgiving in the absence of the recovery directoryJ. Bruce Fields2012-01-051-2/+3
| * | nfsd4: fix spurious 4.1 post-reboot failuresJ. Bruce Fields2012-01-021-1/+8
| * | NFSD: forget_delegations should use list_for_each_entry_safeBryan Schumaker2011-12-141-4/+5
| * | NFSD: Only reinitilize the recall_lru list under the recall lockBryan Schumaker2011-12-131-3/+0
| * | nfsd4: initialize special stateid's at compile timeJ. Bruce Fields2011-12-121-5/+12
| * | NFSd: use network-namespace-aware cache registering routinesStanislav Kinsbursky2011-12-072-10/+11
| * | nfsd41: allow non-reclaim open-by-fh's in 4.1Mi Jinlong2011-12-061-4/+3
| * | nfsd: Fix oops when parsing a 0 length exportSasha Levin2011-12-061-1/+1
| * | nfsd4: Use kmemdup rather than duplicating its implementationThomas Meyer2011-11-252-4/+2
| * | nfsd4: add a separate (lockowner, inode) lookupJ. Bruce Fields2011-11-152-6/+24
| * | nfsd4: fix CONFIG_NFSD_FAULT_INJECTION compile errorJ. Bruce Fields2011-11-151-1/+1
| * | nfsd4: share open and lock owner hash tablesJ. Bruce Fields2011-11-081-39/+32
| * | nfsd4: hash lockowners to simplify RELEASE_LOCKOWNERJ. Bruce Fields2011-11-071-28/+14
| * | NFSD: Remove unnecessary whitespaceBryan Schumaker2011-11-071-7/+7
| * | NFSD: Call nfsd4_init_slabs() from init_nfsd()Bryan Schumaker2011-11-073-10/+9
| * | NFSD: Added fault injectionBryan Schumaker2011-11-076-0/+252
| * | nfsd4: maintain one seqid stream per (lockowner, file)J. Bruce Fields2011-11-071-20/+38
| * | nfsd4: cleanup lock clientid handling in sessions caseJ. Bruce Fields2011-11-071-5/+9
| * | nfsd4: fix lockowner matchingJ. Bruce Fields2011-11-071-2/+15
* | | Unused iocbs in a batch should not be accounted as active.Gleb Natapov2012-01-131-2/+9
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-nextLinus Torvalds2012-01-134-12/+25
|\ \ \
| * | | Squashfs: fix i_blocks calculation with extended regular filesPhillip Lougher2012-01-031-2/+2
| * | | Squashfs: fix mount time sanity check for corrupted superblockPhillip Lougher2012-01-021-1/+1
| * | | Squashfs: optimise squashfs_cache_get entry searchAjeet Yadav2011-12-302-3/+9
| * | | Squashfs: add missing block release on error conditionPhillip Lougher2011-12-301-6/+13
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds2012-01-1311-49/+1106
|\ \ \ \
| * | | | GFS2: Fix nlink setting on inode creationSteven Whitehouse2012-01-111-3/+1
| * | | | GFS2: fail mount if journal recovery failsDavid Teigland2012-01-112-1/+3
| * | | | GFS2: let spectator mount do read only recoveryDavid Teigland2012-01-113-2/+5
| * | | | GFS2: Fix a use-after-free that coverity spottedBob Peterson2012-01-111-1/+1
| * | | | GFS2: dlm based recovery coordinationDavid Teigland2012-01-119-42/+1096
* | | | | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds2012-01-136-104/+110
|\ \ \ \ \
| * | | | | UBIFS: fix key printingArtem Bityutskiy2012-01-136-88/+91
| * | | | | UBIFS: use snprintf instead of sprintf when printing keysArtem Bityutskiy2012-01-131-18/+20
| * | | | | UBIFS: fix debugging messagesArtem Bityutskiy2012-01-111-1/+4
| * | | | | UBIFS: make debugging messages light againArtem Bityutskiy2012-01-111-7/+5
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-01-138-42/+97
|\ \ \ \ \ \
| * | | | | | ceph: ensure prealloc_blob is in place when removing xattrAlex Elder2012-01-121-0/+22
| * | | | | | ceph: enable/disable dentry complete flags via mount optionSage Weil2012-01-123-3/+37
| * | | | | | vfs: export symbol d_find_any_alias()Sage Weil2012-01-121-2/+9
| * | | | | | ceph: always initialize the dentry in open_root_dentry()Alex Elder2012-01-111-4/+3
| * | | | | | ceph: avoid iput() while holding spinlock in ceph_dir_fsyncSage Weil2012-01-101-1/+2
| * | | | | | ceph: avoid useless dget/dput in encode_fhSage Weil2012-01-101-4/+2
| * | | | | | ceph: dereference pointer after checking for NULLYehuda Sadeh2012-01-101-1/+2
OpenPOWER on IntegriCloud