| Commit message (Expand) | Author | Age | Files | Lines |
* | get rid of 'opened' argument of ->atomic_open() - part 3 | Al Viro | 2018-07-12 | 1 | -2/+1 |
* | getting rid of 'opened' argument of ->atomic_open() - part 2 | Al Viro | 2018-07-12 | 1 | -10/+9 |
* | getting rid of 'opened' argument of ->atomic_open() - part 1 | Al Viro | 2018-07-12 | 1 | -3/+3 |
* | introduce FMODE_CREATED and switch to it | Al Viro | 2018-07-12 | 1 | -1/+1 |
* | switch all remaining checks for FILE_OPENED to FMODE_OPENED | Al Viro | 2018-07-12 | 1 | -1/+1 |
* | gfs2: Iomap cleanups and improvements | Andreas Gruenbacher | 2018-06-04 | 1 | -4/+0 |
* | gfs2: Dirty source inode during rename | Andreas Gruenbacher | 2018-03-08 | 1 | -9/+1 |
* | GFS2: Don't try to end a non-existent transaction in unlink | Bob Peterson | 2018-01-29 | 1 | -3/+2 |
* | gfs2: Add gfs2_max_stuffed_size | Andreas Gruenbacher | 2018-01-18 | 1 | -4/+2 |
* | gfs2: Add support for statx inode flags | Andreas Gruenbacher | 2017-10-31 | 1 | -0/+14 |
* | gfs2: Implement SEEK_HOLE / SEEK_DATA via iomap | Andreas Gruenbacher | 2017-10-31 | 1 | -0/+38 |
* | GFS2: Switch fiemap implementation to use iomap | Bob Peterson | 2017-10-31 | 1 | -25/+9 |
* | gfs2: Support negative atimes | Andreas Gruenbacher | 2017-09-25 | 1 | -1/+2 |
* | gfs2: Fix trivial typos | Andreas Gruenbacher | 2017-08-09 | 1 | -1/+1 |
* | GFS2: Clear gl_object if gfs2_create_inode fails | Bob Peterson | 2017-08-09 | 1 | -1/+4 |
* | GFS2: Set gl_object in inode lookup only after block type check | Bob Peterson | 2017-07-21 | 1 | -2/+2 |
* | GFS2: Introduce helper for clearing gl_object | Bob Peterson | 2017-07-21 | 1 | -2/+2 |
* | gfs2: Fixup to "Get rid of flush_delayed_work in gfs2_evict_inode" | Andreas Gruenbacher | 2017-07-19 | 1 | -2/+2 |
* | gfs2: gfs2_create_inode: Keep glock across iput | Andreas Gruenbacher | 2017-07-05 | 1 | -1/+3 |
* | gfs2: Protect gl->gl_object by spin lock | Andreas Gruenbacher | 2017-07-05 | 1 | -4/+4 |
* | gfs2: Get rid of flush_delayed_work in gfs2_evict_inode | Andreas Gruenbacher | 2017-07-05 | 1 | -3/+4 |
* | Revert "GFS2: Wait for iopen glock dequeues" | Andreas Gruenbacher | 2017-04-03 | 1 | -2/+1 |
* | GFS2: Temporarily zero i_no_addr when creating a dinode | Bob Peterson | 2017-03-16 | 1 | -0/+1 |
* | Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-03-03 | 1 | -5/+6 |
|\ |
|
| * | statx: Add a system call to make enhanced file info available | David Howells | 2017-03-03 | 1 | -5/+6 |
* | | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
|/ |
|
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 1 | -1/+1 |
* | vfs: remove ".readlink = generic_readlink" assignments | Miklos Szeredi | 2016-12-09 | 1 | -1/+0 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-10-11 | 1 | -5/+5 |
|\ |
|
| * | Merge remote-tracking branch 'ovl/rename2' into for-linus | Al Viro | 2016-10-11 | 1 | -1/+1 |
| |\ |
|
| | * | fs: rename "rename2" i_op to "rename" | Miklos Szeredi | 2016-09-27 | 1 | -1/+1 |
| * | | fs: Replace CURRENT_TIME with current_time() for inode timestamps | Deepa Dinamani | 2016-09-28 | 1 | -4/+4 |
| |/ |
|
* | | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2016-10-11 | 1 | -9/+0 |
|\ \ |
|
| * | | vfs: Remove {get,set,remove}xattr inode operations | Andreas Gruenbacher | 2016-10-08 | 1 | -9/+0 |
| |/ |
|
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-10-10 | 1 | -1/+1 |
|\ \ |
|
| * | | fs: Give dentry to inode_change_ok() instead of inode | Jan Kara | 2016-09-22 | 1 | -1/+1 |
| |/ |
|
* | | Merge tag 'gfs2-4.8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/g... | Linus Torvalds | 2016-10-04 | 1 | -0/+4 |
|\ \
| |/
|/| |
|
| * | gfs2: Initialize atime of I_NEW inodes | Andreas Gruenbacher | 2016-09-26 | 1 | -0/+4 |
* | | fs: return EPERM on immutable inode | Eryu Guan | 2016-08-07 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/g... | Linus Torvalds | 2016-07-25 | 1 | -43/+85 |
|\ |
|
| * | gfs2: Lock holder cleanup | Andreas Gruenbacher | 2016-06-27 | 1 | -18/+15 |
| * | gfs2: Large-filesystem fix for 32-bit systems | Andreas Gruenbacher | 2016-06-27 | 1 | -2/+17 |
| * | gfs2: Get rid of gfs2_ilookup | Andreas Gruenbacher | 2016-06-27 | 1 | -15/+0 |
| * | gfs2: Fix gfs2_lookup_by_inum lock inversion | Andreas Gruenbacher | 2016-06-27 | 1 | -28/+73 |
* | | Use the right predicate in ->atomic_open() instances | Al Viro | 2016-07-05 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/g... | Linus Torvalds | 2016-05-21 | 1 | -3/+3 |
|\ |
|
| * | GFS2: Don't dereference inode in gfs2_inode_lookup until it's valid | Bob Peterson | 2016-04-14 | 1 | -3/+3 |
* | | gfs2: Switch to generic xattr handlers | Al Viro | 2016-05-13 | 1 | -71/+11 |
* | | ->getxattr(): pass dentry and inode as separate arguments | Al Viro | 2016-04-11 | 1 | -5/+4 |
|/ |
|
* | Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2016-03-18 | 1 | -59/+12 |
|\ |
|