Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2015-02-18 | 1 | -123/+168 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | debugfs: Provide a file creation function that also takes an initial size | David Howells | 2015-02-17 | 1 | -0/+40 | |
| * | | | | | | new primitive: debugfs_create_automount() | Al Viro | 2015-01-25 | 1 | -0/+48 | |
| * | | | | | | 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 | 10 | -196/+257 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | switch the IO-triggering parts of umount to fs_pin | Al Viro | 2015-01-26 | 3 | -29/+20 | |
| * | | | | | | | new fs_pin killing logics | Al Viro | 2015-01-26 | 1 | -6/+48 | |
| * | | | | | | | allow attaching fs_pin to a group not associated with some superblock | Al Viro | 2015-01-26 | 3 | -10/+16 | |
| * | | | | | | | dcache: let the dentry count go down to zero without taking d_lock | Linus Torvalds | 2015-01-26 | 1 | -4/+114 | |
| * | | | | | | | pull bumping refcount into ->kill() | Al Viro | 2015-01-26 | 1 | -12/+0 | |
| * | | | | | | | kill pin_put() | Al Viro | 2015-01-26 | 1 | -11/+0 | |
| * | | | | | | | gut proc_register() a bit | Al Viro | 2015-01-26 | 1 | -17/+8 | |
| * | | | | | | | kill d_validate() | Al Viro | 2015-01-26 | 1 | -31/+0 | |
| * | | | | | | | ncpfs: get rid of d_validate() nonsense | Al Viro | 2015-01-26 | 3 | -77/+52 | |
* | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-02-17 | 15 | -202/+173 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | fs/affs/super.c: fix switch indentation | Fabian Frederick | 2015-02-17 | 1 | -33/+33 | |
| * | | | | | | | | fs/affs/inode.c: remove double extern affs_symlink_inode_operations | Fabian Frederick | 2015-02-17 | 1 | -2/+0 | |
| * | | | | | | | | fs/affs/bitmap.c: remove unnecessary return | Fabian Frederick | 2015-02-17 | 1 | -1/+0 | |
| * | | | | | | | | fs/affs/amigaffs.c: remove else after return | Fabian Frederick | 2015-02-17 | 1 | -2/+1 | |
| * | | | | | | | | fs/affs: define AFFSNAMEMAX to replace constant use | Fabian Frederick | 2015-02-17 | 5 | -13/+16 | |
| * | | | | | | | | fs/affs: use unsigned int for string lengths | Fabian Frederick | 2015-02-17 | 2 | -8/+9 | |
| * | | | | | | | | fs/affs/super.c: destroy sbi mutex in affs_kill_sb() | Fabian Frederick | 2015-02-17 | 1 | -0/+1 | |
| * | | | | | | | | fs/affs/file.c: fix direct IO writes beyond EOF | Fabian Frederick | 2015-02-17 | 1 | -0/+7 | |
| * | | | | | | | | fs/affs/file.c: replace if/BUG by BUG_ON | Fabian Frederick | 2015-02-17 | 1 | -4/+2 | |
| * | | | | | | | | fs/affs: fix casting in printed messages | Geert Uytterhoeven | 2015-02-17 | 5 | -40/+33 | |
| * | | | | | | | | eventfd: don't take the spinlock in eventfd_poll | Chris Mason | 2015-02-17 | 1 | -6/+6 | |
| * | | | | | | | | vmcore: fix PT_NOTE n_namesz, n_descsz overflow issue | WANG Chao | 2015-02-17 | 1 | -4/+4 | |
| * | | | | | | | | fs: fat: use MSDOS_SB macro to get msdos_sb_info | Fred Chou | 2015-02-17 | 1 | -1/+1 | |
| * | | | | | | | | fs/reiserfs/inode.c: replace 0 by NULL for pointers | Fabian Frederick | 2015-02-17 | 1 | -1/+1 | |
| * | | | | | | | | fs/ufs/super.c: fix potential race condition | Fabian Frederick | 2015-02-17 | 1 | -4/+0 | |
| * | | | | | | | | fs/ufs/super.c: remove unnecessary casting | Fabian Frederick | 2015-02-17 | 1 | -1/+3 | |
| * | | | | | | | | fs/coda/dir.c: forward declaration clean-up | Fabian Frederick | 2015-02-17 | 1 | -82/+56 | |
| * | | | | | | | | fs/befs/linuxvfs.c: remove unnecessary casting | Fabian Frederick | 2015-02-17 | 1 | -3/+3 | |
* | | | | | | | | | Merge branch 'parisc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2015-02-17 | 3 | -307/+0 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | fs/binfmt_som: Drop kernel support for HP-UX SOM binaries | Helge Deller | 2015-02-17 | 3 | -307/+0 | |
* | | | | | | | | | ocfs2: set append dio as a ro compat feature | Joseph Qi | 2015-02-17 | 3 | -2/+31 | |
* | | | | | | | | | ocfs2: wait for orphan recovery first once append O_DIRECT write crash | Joseph Qi | 2015-02-17 | 4 | -0/+43 | |
* | | | | | | | | | ocfs2: complete the rest request through buffer io | Joseph Qi | 2015-02-17 | 1 | -1/+42 | |
* | | | | | | | | | ocfs2: do not fallback to buffer I/O write if appending | Joseph Qi | 2015-02-17 | 1 | -1/+4 | |
* | | | | | | | | | ocfs2: allocate blocks in ocfs2_direct_IO_get_blocks | Joseph Qi | 2015-02-17 | 1 | -3/+42 | |
* | | | | | | | | | ocfs2: implement ocfs2_direct_IO_write | Joseph Qi | 2015-02-17 | 2 | -3/+204 |