aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs/sysv/super.c: add support for non-PDP11 v7 filesystemsLubomir Rintel2010-08-111-24/+51
* fs/sysv: v7: adjust sanity checks for some volumesLubomir Rintel2010-08-111-2/+4
* fs/sysv: add v7 aliasLubomir Rintel2010-08-111-0/+1
* afs: destroy work queue on init failureDan Carpenter2010-08-111-0/+1
* partitions: fix sometimes unreadable partition stringsAlexey Dobriyan2010-08-1116-72/+136
* procfs: simplify conditional processing of fs/proc.o.Robert P. J. Day2010-08-111-1/+1
* signalfd: fill in ssi_int for posix timers and message queuesNathan Lynch2010-08-111-0/+2
* blkdev: cgroup whitelist permission fixChris Wright2010-08-111-4/+6
* reiserfs: remove unused local `wait'Changli Gao2010-08-111-1/+0
* autofs4: remove unneeded null check in try_to_fill_dentry()Dan Carpenter2010-08-111-2/+1
* vfs: use kmalloc() to allocate fdmem if possibleChangli Gao2010-08-111-34/+23
* vfs: clarify that nonseekable_open() will never failDmitry Torokhov2010-08-111-1/+3
* vfs: O_* bit numbers uniqueness checkWu Fengguang2010-08-111-2/+13
* vfs: improve comment describing fget_light()Tony Battersby2010-08-111-5/+14
* jfs: don't allow os2 xattr namespace overlap with othersDave Kleikamp2010-08-101-49/+38
* Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-08-1014-117/+147
|\
| * writeback: optimize periodic bdi thread wakeupsArtem Bityutskiy2010-08-071-25/+11
| * writeback: prevent unnecessary bdi threads wakeupsArtem Bityutskiy2010-08-071-11/+48
| * writeback: move bdi threads exiting logic to the forker threadArtem Bityutskiy2010-08-071-42/+12
| * writeback: move last_active to bdiArtem Bityutskiy2010-08-071-3/+3
| * writeback: do not remove bdi from bdi_listArtem Bityutskiy2010-08-071-7/+0
| * writeback: do not lose wake-ups in bdi threadsArtem Bityutskiy2010-08-071-8/+9
| * writeback: harmonize writeback threads namingArtem Bityutskiy2010-08-071-1/+1
| * coda: fixup clash with block layer REQ_* definesJens Axboe2010-08-072-12/+12
| * writeback: remove wb in get_next_work_itemMinchan Kim2010-08-071-2/+2
| * splice: fix misuse of SPLICE_F_NONBLOCKMiklos Szeredi2010-08-071-11/+1
| * block: push down BKL into .open and .releaseArnd Bergmann2010-08-071-8/+2
| * writeback: Add tracing to balance_dirty_pagesDave Chinner2010-08-071-0/+5
| * writeback: Initial tracing supportDave Chinner2010-08-071-8/+30
| * gcc-4.6: fs: fix unused but set warningsAndi Kleen2010-08-071-2/+0
| * writeback: merge bdi_writeback_task and bdi_start_fnChristoph Hellwig2010-08-071-1/+34
| * writeback: remove wb_listChristoph Hellwig2010-08-071-2/+2
| * block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-079-27/+28
| * block: BARRIER request should imply SYNCChristoph Hellwig2010-08-071-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2010-08-101-0/+1
|\ \
| * | tty: Add EXTPROC support for LINEMODEhyc@symas.com2010-08-101-0/+1
* | | Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds2010-08-104-40/+113
|\ \ \
| * \ \ Merge commit 'linus/master' into bkl/coreFrederic Weisbecker2010-08-09320-7912/+9330
| |\ \ \
| * | | | autofs/autofs4: Move compat_ioctl handling into fsArnd Bergmann2010-08-093-39/+113
| * | | | ncpfs: Remove duplicated #includeHuang Weiyi2010-07-051-1/+0
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds2010-08-103-38/+118
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | ecryptfs: dont call lookup_one_len to avoid NULL nameidataLino Sanfilippo2010-08-091-12/+77
| * | | | fs/ecryptfs/file.c: introduce missing freeJulia Lawall2010-08-091-2/+2
| * | | | ecryptfs: release reference to lower mount if interpose failsLino Sanfilippo2010-08-091-2/+3
| * | | | eCryptfs: Handle ioctl calls with unlocked and compat functionsTyler Hicks2010-08-091-21/+35
| * | | | ecryptfs: Fix warning in ecryptfs_process_response()Prarit Bhargava2010-08-091-1/+1
| | |_|/ | |/| |
* | | | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2010-08-1019-3/+20
|\ \ \ \
| * | | | mtd: Remove obsolete <mtd/compatmac.h> includeDavid Woodhouse2010-08-081-1/+0
| * | | | jffs2: Update copyright noticesDavid Woodhouse2010-08-0818-2/+20
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bco...Linus Torvalds2010-08-105-30/+48
|\ \ \ \ \