Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Merge tag 'md/3.20-fixes' of git://neil.brown.name/md | Linus Torvalds | 2015-02-17 | 3 | -3/+6 | |
| |\ \ \ \ | ||||||
| | * | | | | md/raid5: Fix livelock when array is both resyncing and degraded. | NeilBrown | 2015-02-18 | 1 | -1/+2 | |
| | * | | | | md/raid10: round up to bdev_logical_block_size in narrow_write_error. | NeilBrown | 2015-02-16 | 1 | -1/+2 | |
| | * | | | | md/raid1: round up to bdev_logical_block_size in narrow_write_error | Nate Dailey | 2015-02-16 | 1 | -1/+2 | |
| * | | | | | Merge tag 'please-pull-fixmcelog' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-02-17 | 1 | -4/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | x86/mce: Fix regression. All error records should report via /dev/mcelog | Tony Luck | 2015-02-09 | 1 | -4/+1 | |
| * | | | | | | Merge tag 'docs-fix' of git://git.lwn.net/linux-2.6 | Linus Torvalds | 2015-02-17 | 1 | -17/+0 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Fix docs build failure caused by i2o removal | Jonathan Corbet | 2015-02-16 | 1 | -17/+0 | |
| * | | | | | | | Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2015-02-17 | 2 | -1/+6 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | nfsd4: fix v3-less build | J. Bruce Fields | 2015-02-16 | 1 | -0/+5 | |
| | * | | | | | | | nfsd: fix comparison in fh_fsid_match() | Dan Carpenter | 2015-02-12 | 1 | -1/+1 | |
| * | | | | | | | | Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 2015-02-17 | 15 | -37/+343 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | ext4: add optimization for the lazytime mount option | Theodore Ts'o | 2015-02-05 | 3 | -2/+102 | |
| | * | | | | | | | | vfs: add find_inode_nowait() function | Theodore Ts'o | 2015-02-05 | 2 | -0/+55 | |
| | * | | | | | | | | vfs: add support for a lazytime mount option | Theodore Ts'o | 2015-02-05 | 13 | -35/+186 | |
| * | | | | | | | | | Merge branch 'iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 2015-02-17 | 6 | -29/+73 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | fs: add vfs_iter_{read,write} helpers | Christoph Hellwig | 2015-01-29 | 3 | -14/+51 | |
| | * | | | | | | | | | new helper: iov_iter_bvec() | Al Viro | 2015-01-29 | 4 | -15/+22 | |
| * | | | | | | | | | | Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 2015-02-17 | 7 | -218/+145 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | audit: replace getname()/putname() hacks with reference counters | Paul Moore | 2015-01-23 | 5 | -134/+29 | |
| | * | | | | | | | | | | audit: fix filename matching in __audit_inode() and __audit_inode_child() | Paul Moore | 2015-01-23 | 1 | -9/+25 | |
| | * | | | | | | | | | | audit: enable filename recording via getname_kernel() | Paul Moore | 2015-01-23 | 2 | -37/+4 | |
| | * | | | | | | | | | | simpler calling conventions for filename_mountpoint() | Al Viro | 2015-01-23 | 1 | -16/+7 | |
| | * | | | | | | | | | | fs: create proper filename objects using getname_kernel() | Paul Moore | 2015-01-23 | 3 | -20/+64 | |
| | * | | | | | | | | | | fs: rework getname_kernel to handle up to PATH_MAX sized filenames | Paul Moore | 2015-01-23 | 1 | -14/+20 | |
| | * | | | | | | | | | | cut down the number of do_path_lookup() callers | Al Viro | 2015-01-23 | 1 | -4/+12 | |
| * | | | | | | | | | | | Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2015-02-17 | 6 | -165/+212 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | debugfs: Provide a file creation function that also takes an initial size | David Howells | 2015-02-17 | 6 | -42/+79 | |
| | * | | | | | | | | | | | new primitive: debugfs_create_automount() | Al Viro | 2015-01-25 | 2 | -0/+53 | |
| | * | | | | | | | | | | | debugfs: split end_creating() into success and failure cases | Al Viro | 2015-01-25 | 1 | -14/+13 | |
| | * | | | | | | | | | | | debugfs: take mode-dependent parts of debugfs_get_inode() into callers | Al Viro | 2015-01-25 | 1 | -32/+16 | |
| | * | | | | | | | | | | | fold debugfs_mknod() into callers | Al Viro | 2015-01-25 | 1 | -37/+31 | |
| | * | | | | | | | | | | | fold debugfs_create() into caller | Al Viro | 2015-01-25 | 1 | -14/+3 | |
| | * | | | | | | | | | | | fold debugfs_mkdir() into caller | Al Viro | 2015-01-25 | 1 | -15/+6 | |
| | * | | | | | | | | | | | debugfs_mknod(): get rid useless arguments | Al Viro | 2015-01-25 | 1 | -17/+11 | |
| | * | | | | | | | | | | | fold debugfs_link() into caller | Al Viro | 2015-01-25 | 1 | -9/+2 | |
| | * | | | | | | | | | | | debugfs: kill __create_file() | Al Viro | 2015-01-25 | 1 | -38/+33 | |
| | * | | | | | | | | | | | debugfs: split the beginning and the end of __create_file() off | Al Viro | 2015-01-25 | 1 | -22/+39 | |
| | * | | | | | | | | | | | debugfs_{mkdir,create,link}(): get rid of redundant argument | Al Viro | 2015-01-25 | 1 | -8/+9 | |
| * | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2015-02-17 | 23 | -378/+356 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | switch the IO-triggering parts of umount to fs_pin | Al Viro | 2015-01-25 | 3 | -29/+20 | |
| | * | | | | | | | | | | | | new fs_pin killing logics | Al Viro | 2015-01-25 | 4 | -56/+96 | |
| | * | | | | | | | | | | | | allow attaching fs_pin to a group not associated with some superblock | Al Viro | 2015-01-25 | 4 | -10/+17 | |
| | * | | | | | | | | | | | | get rid of the second argument of acct_kill() | Al Viro | 2015-01-25 | 1 | -10/+7 | |
| | * | | | | | | | | | | | | take count and rcu_head out of fs_pin | Al Viro | 2015-01-25 | 2 | -14/+10 | |
| | * | | | | | | | | | | | | dcache: let the dentry count go down to zero without taking d_lock | Linus Torvalds | 2015-01-25 | 3 | -13/+144 | |
| | * | | | | | | | | | | | | pull bumping refcount into ->kill() | Al Viro | 2015-01-25 | 2 | -12/+6 | |
| | * | | | | | | | | | | | | kill pin_put() | Al Viro | 2015-01-25 | 3 | -16/+10 | |
| | * | | | | | | | | | | | | mode_t whack-a-mole: chelsio | Al Viro | 2015-01-25 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | file->f_path.dentry is pinned down for as long as the file is open... | Al Viro | 2015-01-25 | 2 | -9/+2 |