| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | nfsd: get rid of ->f_dentry | Al Viro | 2014-11-19 | 1 | -1/+1 |
| * | | | | rpc_pipefs.c: get rid of f_dentry | Al Viro | 2014-11-19 | 1 | -1/+1 |
| * | | | | afs_fsync: don't bother with ->f_path.dentry | Al Viro | 2014-11-19 | 1 | -5/+4 |
| * | | | | cifs: get rid of ->f_path.dentry->d_sb uses, add a new helper | Al Viro | 2014-11-19 | 4 | -11/+16 |
| * | | | | btrfs: get rid of f_dentry use | Al Viro | 2014-11-19 | 1 | -1/+1 |
| * | | | | nfsd/nfsctl.c: new helper | Al Viro | 2014-11-19 | 1 | -21/+16 |
| * | | | | assorted conversions to %p[dD] | Al Viro | 2014-11-19 | 36 | -260/+194 |
| * | | | | switch d_materialise_unique() users to d_splice_alias() | Al Viro | 2014-11-19 | 11 | -29/+19 |
| * | | | | merge d_materialise_unique() into d_splice_alias() | Al Viro | 2014-11-19 | 2 | -109/+36 |
| * | | | | Merge branch 'for-gfs2' into for-next | Al Viro | 2014-11-19 | 1 | -17/+9 |
| |\ \ \ \ |
|
| | * | | | | gfs2_atomic_open(): simplify the use of finish_no_open() | Al Viro | 2014-11-19 | 1 | -5/+2 |
| | * | | | | gfs2_create_inode(): don't bother with d_splice_alias() | Al Viro | 2014-11-19 | 1 | -14/+4 |
| | * | | | | gfs2: bugger off early if O_CREAT open finds a directory | Al Viro | 2014-11-19 | 1 | -0/+5 |
| * | | | | | d_add_ci() should just accept a hashed exact match if it finds one | Al Viro | 2014-11-19 | 1 | -39/+7 |
| * | | | | | deal with deadlock in d_walk() | Al Viro | 2014-11-03 | 1 | -15/+16 |
| | |/ / /
| |/| | | |
|
| * | | | | move d_rcu from overlapping d_child to overlapping d_alias | Al Viro | 2014-11-03 | 24 | -74/+73 |
| * | | | | new helper: is_root_inode() | Al Viro | 2014-10-31 | 5 | -15/+13 |
| * | | | | vfs: make first argument of dir_context.actor typed | Miklos Szeredi | 2014-10-31 | 19 | -67/+100 |
* | | | | | Merge tag 'dlm-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan... | Linus Torvalds | 2014-12-10 | 4 | -5/+89 |
|\ \ \ \ \ |
|
| * | | | | | dlm: adopt orphan locks | David Teigland | 2014-11-19 | 4 | -5/+89 |
* | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2014-12-10 | 22 | -47/+138 |
|\ \ \ \ \ \ |
|
| * | | | | | | udf: One function call less in udf_fill_super() after error detection | Markus Elfring | 2014-11-19 | 1 | -2/+3 |
| * | | | | | | udf: Deletion of unnecessary checks before the function call "iput" | Markus Elfring | 2014-11-19 | 1 | -4/+2 |
| * | | | | | | jbd: Deletion of an unnecessary check before the function call "iput" | Markus Elfring | 2014-11-18 | 1 | -2/+1 |
| * | | | | | | vfs: Remove i_dquot field from inode | Jan Kara | 2014-11-10 | 4 | -15/+0 |
| * | | | | | | jfs: Convert to private i_dquot field | Jan Kara | 2014-11-10 | 2 | -0/+12 |
| * | | | | | | reiserfs: Convert to private i_dquot field | Jan Kara | 2014-11-10 | 2 | -0/+15 |
| * | | | | | | ocfs2: Convert to private i_dquot field | Jan Kara | 2014-11-10 | 2 | -0/+10 |
| * | | | | | | ext4: Convert to private i_dquot field | Jan Kara | 2014-11-10 | 2 | -0/+12 |
| * | | | | | | ext3: Convert to private i_dquot field | Jan Kara | 2014-11-10 | 2 | -0/+14 |
| * | | | | | | ext2: Convert to private i_dquot field | Jan Kara | 2014-11-10 | 2 | -0/+13 |
| * | | | | | | quota: Use function to provide i_dquot pointers | Jan Kara | 2014-11-10 | 2 | -23/+32 |
| * | | | | | | xfs: Set allowed quota types | Jan Kara | 2014-11-10 | 1 | -0/+1 |
| * | | | | | | gfs2: Set allowed quota types | Jan Kara | 2014-11-10 | 1 | -0/+1 |
| * | | | | | | quota: Allow each filesystem to specify which quota types it supports | Jan Kara | 2014-11-10 | 4 | -2/+23 |
| * | | | | | | quota: Remove const from function declarations | Jan Kara | 2014-11-10 | 2 | -6/+6 |
| * | | | | | | quota: Add log level to printk | Anton Blanchard | 2014-11-04 | 1 | -2/+2 |
* | | | | | | | Merge tag 'for-f2fs-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ja... | Linus Torvalds | 2014-12-10 | 23 | -706/+1578 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | f2fs: avoid to ra unneeded blocks in recover flow | Chao Yu | 2014-12-08 | 3 | -18/+23 |
| * | | | | | | | f2fs: introduce is_valid_blkaddr to cleanup codes in ra_meta_pages | Chao Yu | 2014-12-08 | 1 | -27/+26 |
| * | | | | | | | f2fs: fix to enable readahead for SSA/CP blocks | Chao Yu | 2014-12-08 | 1 | -2/+15 |
| * | | | | | | | f2fs: use atomic for counting inode with inline_{dir,inode} flag | Chao Yu | 2014-12-08 | 2 | -8/+11 |
| * | | | | | | | f2fs: cleanup path to need cp at fsync | Changman Lee | 2014-12-08 | 1 | -36/+43 |
| * | | | | | | | f2fs: check if inode state is dirty at fsync | Changman Lee | 2014-12-08 | 1 | -6/+19 |
| * | | | | | | | f2fs: count the number of inmemory pages | Jaegeuk Kim | 2014-12-08 | 3 | -1/+8 |
| * | | | | | | | f2fs: release inmemory pages when the file was closed | Jaegeuk Kim | 2014-12-08 | 1 | -0/+9 |
| * | | | | | | | f2fs: set page private for inmemory pages for truncation | Jaegeuk Kim | 2014-12-08 | 1 | -0/+2 |
| * | | | | | | | f2fs: count inline_xx in do_read_inode | Jaegeuk Kim | 2014-12-08 | 1 | -2/+4 |
| * | | | | | | | f2fs: do retry operations with cond_resched | Jaegeuk Kim | 2014-12-08 | 4 | -38/+20 |
| * | | | | | | | f2fs: call radix_tree_preload before radix_tree_insert | Jaegeuk Kim | 2014-12-05 | 3 | -6/+19 |