summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-01-151-0/+1
|\
| * Merge tag 'v3.2' into staging/for_v3.3Mauro Carvalho Chehab2012-01-068-80/+70
| |\
| * | [media] fs/compat_ioctl: it needs to see the DVBv3 compat stuffMauro Carvalho Chehab2011-12-311-0/+1
* | | Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-01-152-24/+4
|\ \ \
| * | | fs: remove unneeded plug in mpage_readpages()Namjae Jeon2012-01-121-4/+0
| * | | block, cfq: unlink cfq_io_context's immediatelyTejun Heo2011-12-141-1/+1
| * | | block, cfq: move ioc ioprio/cgroup changed handling to cicTejun Heo2011-12-141-2/+1
| * | | block: make ioc get/put interface more conventional and fix race on alloctionTejun Heo2011-12-141-18/+3
* | | | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds2012-01-151-14/+17
|\ \ \ \
| * | | | UBIFS: fix non-debug configuration buildDominique Martinet2012-01-151-14/+17
* | | | | Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2012-01-141-1/+1
|\ \ \ \ \
| * | | | | ptrace: do not audit capability check when outputing /proc/pid/statEric Paris2012-01-051-1/+1
* | | | | | fsnotify: don't BUG in fsnotify_destroy_mark()Miklos Szeredi2012-01-141-3/+5
* | | | | | 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