summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | md/raid5: Fix livelock when array is both resyncing and degraded.NeilBrown2015-02-181-1/+2
| * | | | md/raid10: round up to bdev_logical_block_size in narrow_write_error.NeilBrown2015-02-161-1/+2
| * | | | md/raid1: round up to bdev_logical_block_size in narrow_write_errorNate Dailey2015-02-161-1/+2
* | | | | Merge tag 'please-pull-fixmcelog' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-02-181-4/+1Star
|\ \ \ \ \
| * | | | | x86/mce: Fix regression. All error records should report via /dev/mcelogTony Luck2015-02-091-4/+1Star
* | | | | | Merge tag 'docs-fix' of git://git.lwn.net/linux-2.6Linus Torvalds2015-02-181-17/+0Star
|\ \ \ \ \ \
| * | | | | | Fix docs build failure caused by i2o removalJonathan Corbet2015-02-161-17/+0Star
* | | | | | | Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2015-02-182-1/+6
|\ \ \ \ \ \ \
| * | | | | | | nfsd4: fix v3-less buildJ. Bruce Fields2015-02-161-0/+5
| * | | | | | | nfsd: fix comparison in fh_fsid_match()Dan Carpenter2015-02-121-1/+1
* | | | | | | | Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2015-02-1815-37/+343
|\ \ \ \ \ \ \ \
| * | | | | | | | ext4: add optimization for the lazytime mount optionTheodore Ts'o2015-02-053-2/+102
| * | | | | | | | vfs: add find_inode_nowait() functionTheodore Ts'o2015-02-052-0/+55
| * | | | | | | | vfs: add support for a lazytime mount optionTheodore Ts'o2015-02-0513-35/+186
* | | | | | | | | Merge branch 'iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2015-02-186-29/+73
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fs: add vfs_iter_{read,write} helpersChristoph Hellwig2015-01-293-14/+51
| * | | | | | | | | new helper: iov_iter_bvec()Al Viro2015-01-294-15/+22
* | | | | | | | | | Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2015-02-187-218/+145Star
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | audit: replace getname()/putname() hacks with reference countersPaul Moore2015-01-235-134/+29Star
| * | | | | | | | | | audit: fix filename matching in __audit_inode() and __audit_inode_child()Paul Moore2015-01-231-9/+25
| * | | | | | | | | | audit: enable filename recording via getname_kernel()Paul Moore2015-01-232-37/+4Star
| * | | | | | | | | | simpler calling conventions for filename_mountpoint()Al Viro2015-01-231-16/+7Star
| * | | | | | | | | | fs: create proper filename objects using getname_kernel()Paul Moore2015-01-233-20/+64
| * | | | | | | | | | fs: rework getname_kernel to handle up to PATH_MAX sized filenamesPaul Moore2015-01-231-14/+20
| * | | | | | | | | | cut down the number of do_path_lookup() callersAl Viro2015-01-231-4/+12
* | | | | | | | | | | Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-02-186-165/+212
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | debugfs: Provide a file creation function that also takes an initial sizeDavid Howells2015-02-176-42/+79
| * | | | | | | | | | | new primitive: debugfs_create_automount()Al Viro2015-01-252-0/+53
| * | | | | | | | | | | debugfs: split end_creating() into success and failure casesAl Viro2015-01-251-14/+13Star
| * | | | | | | | | | | debugfs: take mode-dependent parts of debugfs_get_inode() into callersAl Viro2015-01-251-32/+16Star
| * | | | | | | | | | | fold debugfs_mknod() into callersAl Viro2015-01-251-37/+31Star
| * | | | | | | | | | | fold debugfs_create() into callerAl Viro2015-01-251-14/+3Star
| * | | | | | | | | | | fold debugfs_mkdir() into callerAl Viro2015-01-251-15/+6Star
| * | | | | | | | | | | debugfs_mknod(): get rid useless argumentsAl Viro2015-01-251-17/+11Star
| * | | | | | | | | | | fold debugfs_link() into callerAl Viro2015-01-251-9/+2Star
| * | | | | | | | | | | debugfs: kill __create_file()Al Viro2015-01-251-38/+33Star
| * | | | | | | | | | | debugfs: split the beginning and the end of __create_file() offAl Viro2015-01-251-22/+39
| * | | | | | | | | | | debugfs_{mkdir,create,link}(): get rid of redundant argumentAl Viro2015-01-251-8/+9
* | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-02-1723-378/+356Star
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | switch the IO-triggering parts of umount to fs_pinAl Viro2015-01-263-29/+20Star
| * | | | | | | | | | | | new fs_pin killing logicsAl Viro2015-01-264-56/+96
| * | | | | | | | | | | | allow attaching fs_pin to a group not associated with some superblockAl Viro2015-01-264-10/+17
| * | | | | | | | | | | | get rid of the second argument of acct_kill()Al Viro2015-01-261-10/+7Star
| * | | | | | | | | | | | take count and rcu_head out of fs_pinAl Viro2015-01-262-14/+10Star
| * | | | | | | | | | | | dcache: let the dentry count go down to zero without taking d_lockLinus Torvalds2015-01-263-13/+144
| * | | | | | | | | | | | pull bumping refcount into ->kill()Al Viro2015-01-262-12/+6Star
| * | | | | | | | | | | | kill pin_put()Al Viro2015-01-263-16/+10Star
| * | | | | | | | | | | | mode_t whack-a-mole: chelsioAl Viro2015-01-261-1/+1
| * | | | | | | | | | | | file->f_path.dentry is pinned down for as long as the file is open...Al Viro2015-01-262-9/+2Star
| * | | | | | | | | | | | get rid of lustre_dump_dentry()Al Viro2015-01-263-51/+0Star