Age | Commit message (Expand) | Author | Files | Lines |
2015-02-22 | debugfs: leave freeing a symlink body until inode eviction | Al Viro | 1 | -17/+17 |
2015-02-22 | Documentation/filesystems/Locking: ->get_sb() is long gone | Al Viro | 1 | -2/+0 |
2015-02-22 | trylock_super(): replacement for grab_super_passive() | Konstantin Khlebnikov | 3 | -26/+22 |
2015-02-22 | fanotify: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversions | David Howells | 1 | -1/+1 |
2015-02-22 | Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversions | David Howells | 4 | -9/+9 |
2015-02-22 | VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) | David Howells | 34 | -71/+71 |
2015-02-22 | SELinux: Use d_is_positive() rather than testing dentry->d_inode | David Howells | 1 | -2/+2 |
2015-02-22 | Smack: Use d_is_positive() rather than testing dentry->d_inode | David Howells | 1 | -2/+2 |
2015-02-22 | TOMOYO: Use d_is_dir() rather than d_inode and S_ISDIR() | David Howells | 1 | -3/+1 |
2015-02-22 | Apparmor: Use d_is_positive/negative() rather than testing dentry->d_inode | David Howells | 1 | -1/+1 |
2015-02-22 | Apparmor: mediated_filesystem() should use dentry->d_sb not inode->i_sb | David Howells | 2 | -12/+12 |
2015-02-22 | VFS: Split DCACHE_FILE_TYPE into regular and special types | David Howells | 2 | -8/+27 |
2015-02-22 | VFS: Add a fallthrough flag for marking virtual dentries | David Howells | 2 | -1/+27 |
2015-02-22 | VFS: Add a whiteout dentry type | David Howells | 1 | -6/+18 |
2015-02-22 | VFS: Introduce inode-getting helpers for layered/unioned fs environments | David Howells | 1 | -0/+57 |
2015-02-20 | Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Al Viro | 7 | -319/+517 |
2015-02-20 | Infiniband: Fix potential NULL d_inode dereference | David Howells | 2 | -2/+2 |
2015-02-20 | posix_acl: fix reference leaks in posix_acl_create | Omar Sandoval | 1 | -5/+9 |
2015-02-20 | autofs4: Wrong format for printing dentry | Rasmus Villemoes | 1 | -1/+1 |
2015-02-20 | coredump: Fix typo in comment | Bastien Nocera | 1 | -1/+1 |
2015-02-20 | fs/aio.c: Remove duplicate function name in pr_debug messages | Kinglong Mee | 1 | -3/+3 |
2015-02-20 | configfs: Fix potential NULL d_inode dereference | David Howells | 1 | -1/+1 |
2015-02-20 | hypfs: switch to read_iter/write_iter | Al Viro | 1 | -27/+24 |
2015-02-20 | don't bother with most of the bad_file_ops methods | Al Viro | 1 | -147/+0 |
2015-02-17 | configfs_add_file: fold into its sole caller | Al Viro | 2 | -19/+10 |
2015-02-17 | configfs: fold create_dir() into its only caller | Al Viro | 1 | -34/+29 |
2015-02-17 | configfs: configfs_create() init callback is never NULL and it never fails | Al Viro | 3 | -15/+6 |
2015-02-17 | switch ll_lookup_finish_locks() and ll_revalidate_it_finish() to inode | Al Viro | 4 | -18/+18 |
2015-02-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 52 | -143/+483 |
2015-02-17 | Merge tag 'md/3.20-fixes' of git://neil.brown.name/md | Linus Torvalds | 3 | -3/+6 |
2015-02-17 | Merge tag 'please-pull-fixmcelog' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -4/+1 |
2015-02-17 | Merge tag 'docs-fix' of git://git.lwn.net/linux-2.6 | Linus Torvalds | 1 | -17/+0 |
2015-02-17 | Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2 | -1/+6 |
2015-02-18 | md/raid5: Fix livelock when array is both resyncing and degraded. | NeilBrown | 1 | -1/+2 |
2015-02-17 | Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 15 | -37/+343 |
2015-02-17 | Merge branch 'iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 6 | -29/+73 |
2015-02-17 | Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 7 | -218/+145 |
2015-02-17 | Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 6 | -165/+212 |
2015-02-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 23 | -378/+356 |
2015-02-17 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 43 | -238/+1185 |
2015-02-17 | seccomp: cap SECCOMP_RET_ERRNO data to MAX_ERRNO | Kees Cook | 1 | -1/+3 |
2015-02-17 | samples/seccomp: improve label helper | Kees Cook | 2 | -1/+9 |
2015-02-17 | ipc,sem: use current->state helpers | Davidlohr Bueso | 1 | -1/+1 |
2015-02-17 | scripts/gdb: disable pagination while printing from breakpoint handler | Jan Kiszka | 1 | -0/+11 |
2015-02-17 | scripts/gdb: define maintainer | Jan Kiszka | 1 | -0/+5 |
2015-02-17 | scripts/gdb: convert CpuList to generator function | Jan Kiszka | 2 | -40/+33 |
2015-02-17 | scripts/gdb: convert ModuleList to generator function | Jan Kiszka | 2 | -23/+12 |
2015-02-17 | scripts/gdb: use a generator instead of iterator for task list | Daniel Wagner | 1 | -30/+20 |
2015-02-17 | scripts/gdb: ignore byte-compiled python files | Daniel Thompson | 2 | -0/+3 |
2015-02-17 | scripts/gdb: port to python3 / gdb7.7 | Pantelis Koukousoulas | 6 | -9/+18 |