summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | fs: protect inode->i_state with inode->i_lockDave Chinner2011-03-247-72/+169
| * | autofs4: Do not potentially dereference NULL pointer returned by fget() in au...Jesper Juhl2011-03-241-0/+4
| * | autofs4 - remove autofs4_lockIan Kent2011-03-244-31/+20
| * | autofs4 - fix d_manage() return on rcu-walkIan Kent2011-03-241-0/+2
| * | autofs4 - fix autofs4_expire_indirect() traversalIan Kent2011-03-241-1/+51
| * | autofs4 - fix dentry leak in autofs4_expire_direct()Ian Kent2011-03-241-4/+3
| * | autofs4 - reinstate last used update on accessIan Kent2011-03-242-34/+14
| * | vfs - check non-mountpoint dentry might block in __follow_mount_rcu()Ian Kent2011-03-241-5/+18
* | | Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-2464-445/+116
|\ \ \
| * | | block: fix non-atomic access to genhd inflight structuresShaohua Li2011-03-221-1/+2
| * | | block: NULL dereference on error path in __blkdev_get()Dan Carpenter2011-03-191-1/+1
| * | | fs: assign sb->s_bdi to default_backing_dev_info if the bdi is going awayJens Axboe2011-03-172-2/+4
| * | | block: Require subsystems to explicitly allocate bio_set integrity mempoolMartin K. Petersen2011-03-172-3/+6
| * | | jbd2: finish conversion from WRITE_SYNC_PLUG to WRITE_SYNC and explicit pluggingJens Axboe2011-03-171-10/+8
| * | | jbd: finish conversion from WRITE_SYNC_PLUG to WRITE_SYNC and explicit pluggingJens Axboe2011-03-171-11/+11
| * | | fs: make fsync_buffers_list() plugJens Axboe2011-03-171-0/+6
| * | | Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe2011-03-1059-405/+66
| |\ \ \
| | * | | block: kill off REQ_UNPLUGJens Axboe2011-03-1011-30/+22
| | * | | aio: remove request submission batchingJens Axboe2011-03-101-72/+3
| | * | | fs: make aio plugShaohua Li2011-03-101-0/+4
| | * | | fs: make mpage read/write_pages() plugJens Axboe2011-03-101-0/+8
| | * | | block: remove per-queue pluggingJens Axboe2011-03-1051-305/+32
| * | | | block: Don't check events while open is in progressTejun Heo2011-03-091-7/+10
| * | | | block: Don't check events on close unless it was blockedTejun Heo2011-03-091-4/+2
| * | | | block: Don't implicitly trigger event check on disk_unblock_events()Tejun Heo2011-03-091-0/+1
| * | | | block: biovec_slab vs. CONFIG_BLK_DEV_INTEGRITYMartin K. Petersen2011-03-081-3/+1
* | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2011-03-241-3/+12
|\ \ \ \ \
| * | | | | pstore: cleanups to pstore_dump()Tony Luck2011-03-221-3/+12
* | | | | | Merge branch 'for-linus' of git://git.infradead.org/ubi-2.6Linus Torvalds2011-03-246-18/+12
|\ \ \ \ \ \
| * | | | | | UBIFS: fix assertion warning and refine commentsArtem Bityutskiy2011-03-241-4/+7
| * | | | | | UBIFS: kill CONFIG_UBIFS_FS_DEBUG_CHKSArtem Bityutskiy2011-03-241-9/+0
| * | | | | | UBIFS: use GFP_NOFS properlyArtem Bityutskiy2011-03-244-5/+5
* | | | | | | Merge branch 'for-2.6.39' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-03-249-106/+126
|\ \ \ \ \ \ \
| * | | | | | | nfsd: wrong index used in inner loopMi Jinlong2011-03-171-4/+1
| * | | | | | | Merge create_session decoding fix into for-2.6.39J. Bruce Fields2011-03-173-9/+10
| |\ \ \ \ \ \ \
| * | | | | | | | nfsd4: fix comment and remove unused nfsd4_file fieldsJ. Bruce Fields2011-03-171-8/+4
| * | | | | | | | nfs41: make sure nfs server return right ca_maxresponsesize_cachedMi Jinlong2011-03-161-1/+2
| * | | | | | | | nfsd: fix compile errorJ. Bruce Fields2011-03-141-0/+4
| * | | | | | | | nfsd4: fix struct file leakJ. Bruce Fields2011-03-081-11/+21
| * | | | | | | | nfsd4: minor nfs4state.c reshufflingJ. Bruce Fields2011-03-081-64/+61
| * | | | | | | | nfsd41: modify the members value of nfsd4_op_flagsMi Jinlong2011-03-071-2/+2
| * | | | | | | | nfsd: add proc file listing kernel's gss_krb5 enctypesKevin Coffman2011-03-071-1/+30
| * | | | | | | | NFSD, VFS: Remove dead code in nfsd_rename()Jesper Juhl2011-03-071-2/+0
| * | | | | | | | nfsd: kill unused macro definitionShan Wei2011-03-073-3/+1
| * | | | | | | | locks: use assign_type()Namhyung Kim2011-03-071-11/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds2011-03-2411-35/+126
|\ \ \ \ \ \ \ \
| * | | | | | | | Squashfs: Use vmalloc rather than kmalloc for zlib workspacePhillip Lougher2011-03-221-3/+3
| * | | | | | | | Squashfs: handle corruption of directory structurePhillip Lougher2011-03-162-0/+21
| * | | | | | | | Squashfs: wrap squashfs_mount() definitionPhillip Lougher2011-02-281-2/+2
| * | | | | | | | Squashfs: xz_wrapper doesn't need to include squashfs_fs_i.h anymorePhillip Lougher2011-02-281-1/+0
OpenPOWER on IntegriCloud