aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into for-nextJiri Kosina2010-08-11239-4337/+5297
|\
| * 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
| |\ \ \ \ \
| | * | | | | omfs: fix uninitialized variable warningBill Pemberton2010-08-081-1/+1
| | * | | | | omfs: sanity check cluster sizeBob Copeland2010-07-102-0/+7
| | * | | | | omfs: refuse to mount if bitmap pointer is obviously wrongBob Copeland2010-07-101-0/+9
| | * | | | | omfs: check bounds on block numbers before passing to sb_breadBob Copeland2010-07-104-29/+29
| | * | | | | omfs: fix memory leakDavidlohr Bueso2010-07-061-0/+2
| | | |_|/ / | | |/| | |
| * | | | | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2010-08-1029-1747/+2468
| |\ \ \ \ \
| | * | | | | fanotify: use both marks when possibleEric Paris2010-07-284-58/+38
| | * | | | | fsnotify: pass both the vfsmount mark and inode markEric Paris2010-07-284-38/+77
| | * | | | | fsnotify: walk the inode and vfsmount lists simultaneouslyEric Paris2010-07-281-50/+84
| | * | | | | fsnotify: rework ignored mark flushingEric Paris2010-07-281-49/+11
| | * | | | | fsnotify: remove global fsnotify groups listsEric Paris2010-07-284-128/+2
| | * | | | | fsnotify: remove group->maskEric Paris2010-07-284-47/+5
| | * | | | | fsnotify: remove the global masksEric Paris2010-07-283-46/+2