summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sfrenc...Linus Torvalds2008-07-2610-507/+399Star
|\
| * When verifying the decoded header before decoding the object identifierChris Wright2008-07-241-1/+1
| * [CIFS] Fix warnings from checkpatchShirish Pargaonkar2008-07-246-33/+31Star
| * [CIFS] Fix improper endian conversion of ACL subauth fieldShirish Pargaonkar2008-07-241-2/+1Star
| * [CIFS] Fix possible double free if search immediately after search rewind failsShirish Pargaonkar2008-07-241-0/+1
| * [CIFS] remove checkpatch warningSteve French2008-07-241-7/+12
| * Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>Alexey Dobriyan2008-07-241-395/+241Star
| * cifs: assorted endian annotationsHarvey Harrison2008-07-242-2/+5
| * [CIFS] break ATTR_SIZE changes out into their own functionJeff Layton2008-07-231-73/+78
| * lockdep: annotate cifs in-kernel socketsJeff Layton2008-07-231-0/+35
| * [CIFS] Fix compiler warning on 64-bitJan Beulich2008-07-221-1/+1
* | /proc/PID/syscallRoland McGrath2008-07-261-0/+26
* | tracehook: tracehook_tracer_taskRoland McGrath2008-07-262-6/+16
* | tracehook: execRoland McGrath2008-07-266-32/+4Star
* | Use WARN() in fs/proc/Arjan van de Ven2008-07-261-4/+1Star
* | Use WARN() in fs/sysfsArjan van de Ven2008-07-263-8/+3Star
* | Use WARN() in fs/Arjan van de Ven2008-07-262-4/+2Star
* | SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-2646-50/+48Star
* | mm: spinlock tree_lockNick Piggin2008-07-262-3/+3
* | splice: use get_user_pages_fastNick Piggin2008-07-261-38/+3Star
* | dio: use get_user_pages_fastNick Piggin2008-07-262-14/+4Star
* | omfs: update kbuild to include OMFSBob Copeland2008-07-263-0/+18
* | omfs: add bitmap routinesBob Copeland2008-07-261-0/+192
* | omfs: add file routinesBob Copeland2008-07-261-0/+346
* | omfs: add directory routinesBob Copeland2008-07-261-0/+504
* | omfs: add inode routinesBob Copeland2008-07-261-0/+553
* | omfs: define filesystem structuresBob Copeland2008-07-262-0/+147
* | bfs: kill BKLDmitri Vorobiev2008-07-264-31/+44
* | bfs: assorted cleanupsDmitri Vorobiev2008-07-262-4/+3Star
* | affs: convert s_bmlock into a mutexMatthias Kaehlcke2008-07-263-11/+12
* | vfs: add cond_resched_lock while scanning dentry LRU listsKentaro Makita2008-07-261-0/+1
* | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2008-07-251-0/+28
|\ \
| * | ELF loader support for auxvec base platform stringNathan Lynch2008-07-251-0/+28
* | | fuse: lockd supportMiklos Szeredi2008-07-251-2/+9
* | | fuse: nfs export special lookupsMiklos Szeredi2008-07-252-3/+69
* | | fuse: add fuse_lookup_name() helperMiklos Szeredi2008-07-251-40/+77
* | | fuse: add export operationsMiklos Szeredi2008-07-253-2/+121
* | | fuse: prepare lookup for nfs exportMiklos Szeredi2008-07-251-10/+14
* | | locks: allow ->lock() to return FILE_LOCK_DEFERREDMiklos Szeredi2008-07-251-14/+9Star
* | | locks: cleanup code duplicationMiklos Szeredi2008-07-251-40/+31Star
* | | locks: add special return value for asynchronous locksMiklos Szeredi2008-07-253-24/+19Star
* | | lockd: dont return EAGAIN for a permanent errorMiklos Szeredi2008-07-252-5/+18
* | | task IO accounting: provide distinct tgid/tid I/O statisticsAndrea Righi2008-07-251-15/+71
* | | proc: move Kconfig to fs/proc/KconfigAlexey Dobriyan2008-07-252-59/+60
* | | proc: remove pathetic remount codeAlexey Dobriyan2008-07-251-7/+0Star
* | | proc: always do ->releaseAlexey Dobriyan2008-07-253-4/+91
* | | move proc_kmsg_operations to fs/proc/internal.hAdrian Bunk2008-07-252-0/+3
* | | fs/partitions/efi: convert to pr_debugThomas Gleixner2008-07-251-25/+17Star
* | | block/ioctl.c and fs/partition/check.c: check value returned by add_partition()Abdel Benamrouche2008-07-251-2/+8
* | | fs/partition/check.c: fix return value warningAbdel Benamrouche2008-07-251-6/+22