| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2014-04-07 | 14 | -83/+51 |
|\ |
|
| * | reiserfs: fix race in readdir | Jeff Mahoney | 2014-04-03 | 1 | -2/+4 |
| * | ext2: acl: remove unneeded include of linux/capability.h | Jakub Sitnicki | 2014-04-01 | 1 | -1/+0 |
| * | ext3: explicitly remove inode from orphan list after failed direct io | Eric Sandeen | 2014-03-17 | 1 | -0/+2 |
| * | fs/isofs/inode.c add __init to init_inodecache() | Fabian Frederick | 2014-03-12 | 1 | -1/+1 |
| * | ext3: Speedup WB_SYNC_ALL pass | Jan Kara | 2014-03-12 | 1 | -1/+6 |
| * | fs/quota/Kconfig: Update filesystems | Fabian Frederick | 2014-03-04 | 1 | -3/+4 |
| * | ext3: Update outdated comment before ext3_ordered_writepage() | Jan Kara | 2014-03-04 | 1 | -43/+4 |
| * | ext3: Update PF_MEMALLOC handling in ext3_write_inode() | Jan Kara | 2014-03-04 | 1 | -12/+11 |
| * | ext2/3: use prandom_u32() instead of get_random_bytes() | ZhangZhen | 2014-03-04 | 2 | -2/+2 |
| * | ext3: remove an unneeded check in ext3_new_blocks() | Dan Carpenter | 2014-03-03 | 1 | -4/+1 |
| * | ext3: remove unneeded check in ext3_ordered_writepage() | Dan Carpenter | 2014-03-03 | 1 | -5/+2 |
| * | fs: Mark function as static in ext3/xattr_security.c | Rashika Kheria | 2014-03-03 | 1 | -2/+3 |
| * | fs: Mark function as static in ext3/dir.c | Rashika Kheria | 2014-03-03 | 1 | -1/+1 |
| * | fs: Mark function as static in ext2/xattr_security.c | Rashika Kheria | 2014-03-03 | 1 | -2/+2 |
| * | ext3: Add __init macro to init_inodecache | Fabian Frederick | 2014-03-03 | 1 | -1/+1 |
| * | ext2: Add __init macro to init_inodecache | Fabian Frederick | 2014-03-03 | 1 | -1/+1 |
| * | udf: Add __init macro to init_inodecache | Fabian Frederick | 2014-03-03 | 1 | -1/+1 |
| * | fs: udf: parse_options: blocksize check | Fabian Frederick | 2014-03-03 | 1 | -1/+5 |
* | | Merge branch 'akpm' (incoming from Andrew) | Linus Torvalds | 2014-04-07 | 33 | -159/+154 |
|\ \ |
|
| * | | fs/ufs: remove unused ufs_super_block_third pointer | Christian Engelmayer | 2014-04-07 | 1 | -2/+0 |
| * | | fs/ufs: remove unused ufs_super_block_second pointer | Christian Engelmayer | 2014-04-07 | 1 | -2/+0 |
| * | | fs/ufs: remove unused ufs_super_block_first pointer | Christian Engelmayer | 2014-04-07 | 3 | -18/+0 |
| * | | fs/ufs/super.c: add __init to init_inodecache() | Fabian Frederick | 2014-04-07 | 1 | -1/+1 |
| * | | fault-injection: set bounds on what /proc/self/make-it-fail accepts. | Dave Jones | 2014-04-07 | 1 | -0/+3 |
| * | | fs/bfs/inode.c: add __init to init_inodecache() | Fabian Frederick | 2014-04-07 | 1 | -1/+1 |
| * | | affs: add mount option to avoid filename truncates | Fabian Frederick | 2014-04-07 | 4 | -30/+51 |
| * | | fs/affs/dir.c: unlock/brelse dir on failure + code clean-up | Fabian Frederick | 2014-04-07 | 1 | -10/+18 |
| * | | affs: add __init to init_inodecache () | Fabian Frederick | 2014-04-07 | 1 | -1/+1 |
| * | | fs/adfs/super.c: add __init to init_inodecache() | Fabian Frederick | 2014-04-07 | 1 | -1/+1 |
| * | | vmcore: continue vmcore initialization if PT_NOTE is found empty | WANG Chao | 2014-04-07 | 1 | -2/+0 |
| * | | include/linux/crash_dump.h: add vmcore_cleanup() prototype | Rashika Kheria | 2014-04-07 | 1 | -1/+0 |
| * | | wait: swap EXIT_ZOMBIE and EXIT_DEAD to hide EXIT_TRACE from user-space | Oleg Nesterov | 2014-04-07 | 1 | -2/+2 |
| * | | exec: kill bprm->tcomm[], simplify the "basename" logic | Oleg Nesterov | 2014-04-07 | 1 | -19/+2 |
| * | | procfs: make /proc/*/pagemap 0400 | Djalal Harouni | 2014-04-07 | 1 | -2/+2 |
| * | | procfs: make /proc/*/{stack,syscall,personality} 0400 | Djalal Harouni | 2014-04-07 | 1 | -6/+6 |
| * | | fs/proc/inode.c: use RCU_INIT_POINTER(x, NULL) | Monam Agarwal | 2014-04-07 | 1 | -1/+1 |
| * | | proc: show mnt_id in /proc/pid/fdinfo | Andrey Vagin | 2014-04-07 | 1 | -2/+4 |
| * | | fs/proc/meminfo: meminfo_proc_show(): fix typo in comment | Luiz Capitulino | 2014-04-07 | 1 | -1/+1 |
| * | | mm: per-thread vma caching | Davidlohr Bueso | 2014-04-07 | 2 | -2/+6 |
| * | | mm: implement ->map_pages for page cache | Kirill A. Shutemov | 2014-04-07 | 11 | -0/+12 |
| * | | exec: kill the unnecessary mm->def_flags setting in load_elf_binary() | Alex Thorlton | 2014-04-07 | 1 | -4/+0 |
| * | | ntfs: logging clean-up | Fabian Frederick | 2014-04-07 | 3 | -51/+42 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2014-04-07 | 16 | -279/+407 |
|\ \ \ |
|
| * | | | ceph: skip invalid dentry during dcache readdir | Yan, Zheng | 2014-04-06 | 1 | -5/+8 |
| * | | | ceph: flush cap release queue when trimming session caps | Yan, Zheng | 2014-04-04 | 1 | -0/+3 |
| * | | | ceph: don't grabs open file reference for aborted request | Yan, Zheng | 2014-04-04 | 1 | -1/+1 |
| * | | | ceph: drop extra open file reference in ceph_atomic_open() | Yan, Zheng | 2014-04-04 | 1 | -1/+2 |
| * | | | ceph: preallocate buffer for readdir reply | Yan, Zheng | 2014-04-04 | 3 | -21/+59 |
| * | | | ceph: don't include ceph.{file,dir}.layout vxattr in listxattr() | Yan, Zheng | 2014-04-04 | 1 | -2/+2 |