| Commit message (Expand) | Author | Age |
* | bfs: kill BKL | Dmitri Vorobiev | 2008-07-26 |
* | bfs: assorted cleanups | Dmitri Vorobiev | 2008-07-26 |
* | affs: convert s_bmlock into a mutex | Matthias Kaehlcke | 2008-07-26 |
* | vfs: add cond_resched_lock while scanning dentry LRU lists | Kentaro Makita | 2008-07-26 |
* | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 2008-07-25 |
|\ |
|
| * | ELF loader support for auxvec base platform string | Nathan Lynch | 2008-07-25 |
* | | fuse: lockd support | Miklos Szeredi | 2008-07-25 |
* | | fuse: nfs export special lookups | Miklos Szeredi | 2008-07-25 |
* | | fuse: add fuse_lookup_name() helper | Miklos Szeredi | 2008-07-25 |
* | | fuse: add export operations | Miklos Szeredi | 2008-07-25 |
* | | fuse: prepare lookup for nfs export | Miklos Szeredi | 2008-07-25 |
* | | locks: allow ->lock() to return FILE_LOCK_DEFERRED | Miklos Szeredi | 2008-07-25 |
* | | locks: cleanup code duplication | Miklos Szeredi | 2008-07-25 |
* | | locks: add special return value for asynchronous locks | Miklos Szeredi | 2008-07-25 |
* | | lockd: dont return EAGAIN for a permanent error | Miklos Szeredi | 2008-07-25 |
* | | task IO accounting: provide distinct tgid/tid I/O statistics | Andrea Righi | 2008-07-25 |
* | | proc: move Kconfig to fs/proc/Kconfig | Alexey Dobriyan | 2008-07-25 |
* | | proc: remove pathetic remount code | Alexey Dobriyan | 2008-07-25 |
* | | proc: always do ->release | Alexey Dobriyan | 2008-07-25 |
* | | move proc_kmsg_operations to fs/proc/internal.h | Adrian Bunk | 2008-07-25 |
* | | fs/partitions/efi: convert to pr_debug | Thomas Gleixner | 2008-07-25 |
* | | block/ioctl.c and fs/partition/check.c: check value returned by add_partition() | Abdel Benamrouche | 2008-07-25 |
* | | fs/partition/check.c: fix return value warning | Abdel Benamrouche | 2008-07-25 |
* | | elf: use ELF_CORE_EFLAGS for kcore ELF header flags | Edgar E. Iglesias | 2008-07-25 |
* | | coredump: format_corename: fix the "core_uses_pid" logic | Oleg Nesterov | 2008-07-25 |
* | | coredump: kill mm->core_done | Oleg Nesterov | 2008-07-25 |
* | | coredump: elf_fdpic_core_dump: use core_state->dumper list | Oleg Nesterov | 2008-07-25 |
* | | coredump: elf_core_dump: use core_state->dumper list | Oleg Nesterov | 2008-07-25 |
* | | coredump: construct the list of coredumping threads at startup time | Oleg Nesterov | 2008-07-25 |
* | | coredump: make mm->core_state visible to ->core_dump() | Oleg Nesterov | 2008-07-25 |
* | | coredump: turn core_state->nr_threads into atomic_t | Oleg Nesterov | 2008-07-25 |
* | | coredump: simplify core_state->nr_threads calculation | Oleg Nesterov | 2008-07-25 |
* | | coredump: move mm->core_waiters into struct core_state | Oleg Nesterov | 2008-07-25 |
* | | coredump: turn mm->core_startup_done into the pointer to struct core_state | Oleg Nesterov | 2008-07-25 |
* | | coredump: elf_core_dump: skip kernel threads | Oleg Nesterov | 2008-07-25 |
* | | coredump: zap_threads() must skip kernel threads | Oleg Nesterov | 2008-07-25 |
* | | kill PF_BORROWED_MM in favour of PF_KTHREAD | Oleg Nesterov | 2008-07-25 |
* | | introduce PF_KTHREAD flag | Oleg Nesterov | 2008-07-25 |
* | | coredump: zap_threads: comments && use while_each_thread() | Oleg Nesterov | 2008-07-25 |
* | | quota: implement sending information via netlink about user below quota | Jan Kara | 2008-07-25 |
* | | quota: move function-macros from quota.h to quotaops.h | Jan Kara | 2008-07-25 |
* | | quota: cleanup loop in sync_dquots() | Jan Kara | 2008-07-25 |
* | | quota: rename quota functions from upper case, make bigger ones non-inline | Jan Kara | 2008-07-25 |
* | | quota: fix possible infinite loop in quota code | Jan Kara | 2008-07-25 |
* | | fatfs: add UTC timestamp option | Joe Peterson | 2008-07-25 |
* | | remove unused #include <linux/dirent.h>'s | Adrian Bunk | 2008-07-25 |
* | | msdos fs: remove unsettable atari option | Rene Scharfe | 2008-07-25 |
* | | fat: small optimization to __fat_readdir() | OGAWA Hirofumi | 2008-07-25 |
* | | fat: use same logic in fat_search_long() and __fat_readdir() | OGAWA Hirofumi | 2008-07-25 |
* | | fat: cleanup fs/fat/dir.c | OGAWA Hirofumi | 2008-07-25 |