| Commit message (Expand) | Author | Age | Files | Lines |
* | fsnotify: don't BUG in fsnotify_destroy_mark() | Miklos Szeredi | 2012-01-15 | 1 | -3/+5 |
* | Merge tag 'for-linus' of git://github.com/rustyrussell/linux | Linus Torvalds | 2012-01-14 | 4 | -4/+4 |
|\ |
|
| * | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 2012-01-13 | 3 | -3/+3 |
| * | module_param: avoid bool abuse, add bint for special cases. | Rusty Russell | 2012-01-13 | 1 | -1/+1 |
* | | Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2012-01-14 | 14 | -130/+433 |
|\ \ |
|
| * | | nfsd4: nfsd4_create_clid_dir return value is unused | J. Bruce Fields | 2012-01-05 | 2 | -7/+5 |
| * | | NFSD: Change name of extended attribute containing junction | Chuck Lever | 2012-01-05 | 1 | -3/+14 |
| * | | nfsd4: be forgiving in the absence of the recovery directory | J. Bruce Fields | 2012-01-05 | 1 | -2/+3 |
| * | | nfsd4: fix spurious 4.1 post-reboot failures | J. Bruce Fields | 2012-01-02 | 1 | -1/+8 |
| * | | NFSD: forget_delegations should use list_for_each_entry_safe | Bryan Schumaker | 2011-12-14 | 1 | -4/+5 |
| * | | NFSD: Only reinitilize the recall_lru list under the recall lock | Bryan Schumaker | 2011-12-13 | 1 | -3/+0 |
| * | | nfsd4: initialize special stateid's at compile time | J. Bruce Fields | 2011-12-12 | 1 | -5/+12 |
| * | | NFSd: use network-namespace-aware cache registering routines | Stanislav Kinsbursky | 2011-12-07 | 2 | -10/+11 |
| * | | nfsd41: allow non-reclaim open-by-fh's in 4.1 | Mi Jinlong | 2011-12-06 | 1 | -4/+3 |
| * | | nfsd: Fix oops when parsing a 0 length export | Sasha Levin | 2011-12-06 | 1 | -1/+1 |
| * | | nfsd4: Use kmemdup rather than duplicating its implementation | Thomas Meyer | 2011-11-26 | 2 | -4/+2 |
| * | | nfsd4: add a separate (lockowner, inode) lookup | J. Bruce Fields | 2011-11-16 | 2 | -6/+24 |
| * | | nfsd4: fix CONFIG_NFSD_FAULT_INJECTION compile error | J. Bruce Fields | 2011-11-16 | 1 | -1/+1 |
| * | | nfsd4: share open and lock owner hash tables | J. Bruce Fields | 2011-11-08 | 1 | -39/+32 |
| * | | nfsd4: hash lockowners to simplify RELEASE_LOCKOWNER | J. Bruce Fields | 2011-11-08 | 1 | -28/+14 |
| * | | NFSD: Remove unnecessary whitespace | Bryan Schumaker | 2011-11-08 | 1 | -7/+7 |
| * | | NFSD: Call nfsd4_init_slabs() from init_nfsd() | Bryan Schumaker | 2011-11-08 | 3 | -10/+9 |
| * | | NFSD: Added fault injection | Bryan Schumaker | 2011-11-08 | 6 | -0/+252 |
| * | | nfsd4: maintain one seqid stream per (lockowner, file) | J. Bruce Fields | 2011-11-08 | 1 | -20/+38 |
| * | | nfsd4: cleanup lock clientid handling in sessions case | J. Bruce Fields | 2011-11-08 | 1 | -5/+9 |
| * | | nfsd4: fix lockowner matching | J. Bruce Fields | 2011-11-08 | 1 | -2/+15 |
* | | | Unused iocbs in a batch should not be accounted as active. | Gleb Natapov | 2012-01-14 | 1 | -2/+9 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next | Linus Torvalds | 2012-01-13 | 4 | -12/+25 |
|\ \ \ |
|
| * | | | Squashfs: fix i_blocks calculation with extended regular files | Phillip Lougher | 2012-01-03 | 1 | -2/+2 |
| * | | | Squashfs: fix mount time sanity check for corrupted superblock | Phillip Lougher | 2012-01-02 | 1 | -1/+1 |
| * | | | Squashfs: optimise squashfs_cache_get entry search | Ajeet Yadav | 2011-12-30 | 2 | -3/+9 |
| * | | | Squashfs: add missing block release on error condition | Phillip Lougher | 2011-12-30 | 1 | -6/+13 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw | Linus Torvalds | 2012-01-13 | 11 | -49/+1106 |
|\ \ \ \ |
|
| * | | | | GFS2: Fix nlink setting on inode creation | Steven Whitehouse | 2012-01-11 | 1 | -3/+1 |
| * | | | | GFS2: fail mount if journal recovery fails | David Teigland | 2012-01-11 | 2 | -1/+3 |
| * | | | | GFS2: let spectator mount do read only recovery | David Teigland | 2012-01-11 | 3 | -2/+5 |
| * | | | | GFS2: Fix a use-after-free that coverity spotted | Bob Peterson | 2012-01-11 | 1 | -1/+1 |
| * | | | | GFS2: dlm based recovery coordination | David Teigland | 2012-01-11 | 9 | -42/+1096 |
* | | | | | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 | Linus Torvalds | 2012-01-13 | 6 | -104/+110 |
|\ \ \ \ \ |
|
| * | | | | | UBIFS: fix key printing | Artem Bityutskiy | 2012-01-13 | 6 | -88/+91 |
| * | | | | | UBIFS: use snprintf instead of sprintf when printing keys | Artem Bityutskiy | 2012-01-13 | 1 | -18/+20 |
| * | | | | | UBIFS: fix debugging messages | Artem Bityutskiy | 2012-01-11 | 1 | -1/+4 |
| * | | | | | UBIFS: make debugging messages light again | Artem Bityutskiy | 2012-01-11 | 1 | -7/+5 |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2012-01-13 | 8 | -42/+97 |
|\ \ \ \ \ \ |
|
| * | | | | | | ceph: ensure prealloc_blob is in place when removing xattr | Alex Elder | 2012-01-12 | 1 | -0/+22 |
| * | | | | | | ceph: enable/disable dentry complete flags via mount option | Sage Weil | 2012-01-12 | 3 | -3/+37 |
| * | | | | | | vfs: export symbol d_find_any_alias() | Sage Weil | 2012-01-12 | 1 | -2/+9 |
| * | | | | | | ceph: always initialize the dentry in open_root_dentry() | Alex Elder | 2012-01-12 | 1 | -4/+3 |
| * | | | | | | ceph: avoid iput() while holding spinlock in ceph_dir_fsync | Sage Weil | 2012-01-10 | 1 | -1/+2 |
| * | | | | | | ceph: avoid useless dget/dput in encode_fh | Sage Weil | 2012-01-10 | 1 | -4/+2 |