index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_iops.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: Don't clear SGID when inheriting ACLs
Jan Kara
2017-07-27
1
-2
/
+2
*
xfs: sanity check inode mode when creating new dentry
Amir Goldstein
2017-02-04
1
-9
/
+39
*
xfs: replace xfs_mode_to_ftype table with switch statement
Amir Goldstein
2017-02-04
1
-1
/
+1
*
Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2016-10-13
1
-0
/
+1
|
\
|
*
xfs: don't mix reflink and DAX mode for now
Darrick J. Wong
2016-10-05
1
-0
/
+1
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-10-10
1
-3
/
+3
|
\
\
|
*
\
Merge remote-tracking branch 'ovl/rename2' into for-linus
Al Viro
2016-10-10
1
-2
/
+2
|
|
\
\
|
|
*
|
fs: rename "rename2" i_op to "rename"
Miklos Szeredi
2016-09-27
1
-2
/
+2
|
|
|
/
|
*
/
fs: Replace current_fs_time() with current_time()
Deepa Dinamani
2016-09-27
1
-1
/
+1
|
|
/
*
|
Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2016-10-10
1
-15
/
+0
|
\
\
|
*
|
vfs: Remove {get,set,remove}xattr inode operations
Andreas Gruenbacher
2016-10-07
1
-15
/
+0
|
|
/
*
|
Merge remote-tracking branch 'jk/vfs' into work.misc
Al Viro
2016-10-08
1
-31
/
+61
|
\
\
|
|
/
|
/
|
|
*
fs: Give dentry to inode_change_ok() instead of inode
Jan Kara
2016-09-22
1
-6
/
+4
|
*
xfs: Propagate dentry down to inode_change_ok()
Jan Kara
2016-09-22
1
-31
/
+63
*
|
xfs: (re-)implement FIEMAP_FLAG_XATTR
Christoph Hellwig
2016-08-17
1
-1
/
+8
|
/
*
xfs: use iomap infrastructure for DAX zeroing
Christoph Hellwig
2016-06-21
1
-7
/
+2
*
xfs: use iomap fiemap implementation
Christoph Hellwig
2016-06-21
1
-75
/
+5
*
xfs: implement iomap based buffered write path
Christoph Hellwig
2016-06-21
1
-4
/
+5
*
xfs: reorder zeroing and flushing sequence in truncate
Christoph Hellwig
2016-06-21
1
-14
/
+19
*
Merge branch 'xfs-4.7-optimise-inline-symlinks' into for-next
Dave Chinner
2016-05-20
1
-25
/
+63
|
\
|
*
xfs: optimize inline symlinks
Christoph Hellwig
2016-04-06
1
-3
/
+26
|
*
xfs: set up inode operation vectors later
Christoph Hellwig
2016-04-06
1
-22
/
+37
*
|
xfs: better xfs_trans_alloc interface
Christoph Hellwig
2016-04-06
1
-18
/
+11
|
/
*
Merge branch 'xfs-dax-fixes-4.6' into for-next
Dave Chinner
2016-03-07
1
-2
/
+4
|
\
|
*
xfs: XFS_DIFLAG2_DAX limited by PAGE_SIZE
Dave Chinner
2016-03-01
1
-0
/
+1
|
*
xfs: S_DAX is only for regular files
Dave Chinner
2016-03-01
1
-2
/
+3
*
|
xfs: mode di_mode to vfs inode
Dave Chinner
2016-02-09
1
-8
/
+4
*
|
xfs: move inode generation count to VFS inode
Dave Chinner
2016-02-09
1
-1
/
+0
*
|
xfs: use vfs inode nlink field everywhere
Dave Chinner
2016-02-09
1
-2
/
+1
*
|
xfs: remove timestamps from incore inode
Dave Chinner
2016-02-09
1
-30
/
+7
|
/
*
Merge tag 'xfs-for-linus-4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2016-01-22
1
-2
/
+2
|
\
|
*
xfs: introduce per-inode DAX enablement
Dave Chinner
2016-01-04
1
-2
/
+2
*
|
switch ->get_link() to delayed_call, kill ->put_link()
Al Viro
2015-12-30
1
-3
/
+3
*
|
replace ->follow_link() with new method that could stay in RCU mode
Al Viro
2015-12-08
1
-2
/
+6
|
/
*
xfs: per-filesystem stats counter implementation
Bill O'Donnell
2015-10-12
1
-2
/
+2
*
xfs: fix error gotos in xfs_setattr_nonsize
Eric Sandeen
2015-08-28
1
-4
/
+4
*
Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2015-06-30
1
-24
/
+24
|
\
|
*
Merge branch 'xfs-commit-cleanup' into for-next
Dave Chinner
2015-06-04
1
-11
/
+7
|
|
\
|
|
*
xfs: saner xfs_trans_commit interface
Christoph Hellwig
2015-06-04
1
-3
/
+3
|
|
*
xfs: remove the flags argument to xfs_trans_cancel
Christoph Hellwig
2015-06-04
1
-8
/
+4
|
*
|
xfs: add initial DAX support
Dave Chinner
2015-06-04
1
-12
/
+12
|
*
|
xfs: add DAX truncate support
Dave Chinner
2015-06-04
1
-1
/
+5
|
|
/
*
|
don't pass nameidata to ->follow_link()
Al Viro
2015-05-10
1
-2
/
+1
*
|
new ->follow_link() and ->put_link() calling conventions
Al Viro
2015-05-10
1
-6
/
+4
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2015-04-26
1
-10
/
+10
|
\
|
*
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
2015-04-15
1
-10
/
+10
*
|
Merge branch 'xfs-misc-fixes-for-4.1-3' into for-next
Dave Chinner
2015-04-13
1
-1
/
+1
|
\
\
|
*
|
xfs: unlock i_mutex in xfs_break_layouts
Christoph Hellwig
2015-04-13
1
-1
/
+1
*
|
|
Merge branch 'xfs-rename-whiteout' into for-next
Dave Chinner
2015-03-25
1
-1
/
+1
|
\
\
\
|
*
|
|
xfs: add RENAME_WHITEOUT support
Dave Chinner
2015-03-25
1
-1
/
+1
|
|
/
/
[next]