summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | ceph: remove unnecessary d_fsdata conditional checksSage Weil2012-01-102-30/+22
| |/ / /
* | | | autofs4 - fix deal with autofs4_write racesIan Kent2012-01-131-1/+1
* | | | Merge branch 'akpm' (aka "Andrew's patch-bomb, take two")Linus Torvalds2012-01-1210-50/+269
|\ \ \ \
| * | | | c/r: procfs: add start_data, end_data, start_brk members to /proc/$pid/stat v4Cyrill Gorcunov2012-01-121-2/+5
| * | | | dio: optimize cache misses in the submission pathAndi Kleen2012-01-121-9/+37
| * | | | vfs: cache request_queue in struct block_deviceAndi Kleen2012-01-121-0/+3
| * | | | fs/direct-io.c: calculate fs_count correctly in get_more_blocks()Tao Ma2012-01-121-7/+4
| * | | | mm: compaction: introduce sync-light migration for use by compactionMel Gorman2012-01-124-6/+7
| * | | | mm: compaction: determine if dirty pages can be migrated without blocking wit...Mel Gorman2012-01-124-6/+7
| * | | | epoll: limit pathsJason Baron2012-01-121-25/+209
| * | | | pipe: fail cleanly when root tries F_SETPIPE_SZ with big sizeSasha Levin2012-01-121-1/+1
| * | | | proc: fix null pointer deref in proc_pid_permission()Xiaotian Feng2012-01-121-0/+2
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2012-01-124-49/+134
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | FUSE: Notifying the kernel of deletion.John Muir2011-12-133-4/+93
| * | | | fuse: support ioctl on directoriesMiklos Szeredi2011-12-133-4/+32
| * | | | fuse: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer2011-12-131-1/+1
| * | | | fuse: llseek optimize SEEK_CUR and SEEK_SETMiklos Szeredi2011-12-131-40/+8
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-01-1010-73/+86
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | autofs4: deal with autofs4_write/autofs4_write racesAl Viro2012-01-113-4/+7
| * | | | autofs4: catatonic_mode vs. notify_daemon raceAl Viro2012-01-111-11/+14
| * | | | autofs4: autofs4_wait() vs. autofs4_catatonic_mode() raceAl Viro2012-01-111-1/+7
| * | | | hfsplus: creation of hidden dir on mount can failAl Viro2012-01-101-2/+9
| * | | | block_dev: Suppress bdev_cache_init() kmemleak warninigSergey Senozhatsky2012-01-101-8/+2
| * | | | fix shrink_dcache_parent() livelockMiklos Szeredi2012-01-101-4/+11
| * | | | coda: switch coda_cnode_make() to sane API as well, clean coda_lookup()Al Viro2012-01-104-31/+27