aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
| * | | | | | | fsnotify: cleanup should_send_eventEric Paris2010-07-284-38/+14
| * | | | | | | fanotify: use the mark in handler functionsEric Paris2010-07-281-29/+17
| * | | | | | | dnotify: use the mark in handler functionsEric Paris2010-07-281-17/+5
| * | | | | | | inotify: use the mark in handler functionsEric Paris2010-07-281-24/+5
| * | | | | | | fsnotify: send fsnotify_mark to groups in event handling functionsEric Paris2010-07-284-16/+23
| * | | | | | | fsnotify: Exchange list heads instead of moving elementsAndreas Gruenbacher2010-07-281-4/+2
| * | | | | | | fsnotify: srcu to protect read side of inode and vfsmount locksEric Paris2010-07-284-40/+110
| * | | | | | | fsnotify: use an explicit flag to indicate fsnotify_destroy_mark has been calledEric Paris2010-07-283-6/+9
| * | | | | | | fsnotify: use _rcu functions for mark list traversalEric Paris2010-07-282-10/+10
| * | | | | | | fsnotify: place marks on object in order of group memory addressEric Paris2010-07-282-25/+55
| * | | | | | | vfs/fsnotify: fsnotify_close can delay the final work in fputEric Paris2010-07-282-0/+22
| * | | | | | | fsnotify: store struct file not struct pathEric Paris2010-07-285-32/+30