index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_iops.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-17
xfs: sanity check inode mode when creating new dentry
Amir Goldstein
1
-9
/
+39
2017-01-17
xfs: replace xfs_mode_to_ftype table with switch statement
Amir Goldstein
1
-1
/
+1
2016-12-17
Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...
Linus Torvalds
1
-2
/
+0
2016-12-09
vfs: remove ".readlink = generic_readlink" assignments
Miklos Szeredi
1
-2
/
+0
2016-12-09
xfs: use xfs_vn_setattr_size to check on new size
Eryu Guan
1
-1
/
+1
2016-11-30
xfs: remove i_iolock and use i_rwsem in the VFS inode instead
Christoph Hellwig
1
-8
/
+6
2016-10-13
Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-0
/
+1
2016-10-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-3
/
+3
2016-10-10
Merge remote-tracking branch 'ovl/rename2' into for-linus
Al Viro
1
-2
/
+2
2016-10-10
Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-15
/
+0
2016-10-08
Merge remote-tracking branch 'jk/vfs' into work.misc
Al Viro
1
-31
/
+61
2016-10-07
vfs: Remove {get,set,remove}xattr inode operations
Andreas Gruenbacher
1
-15
/
+0
2016-10-05
xfs: don't mix reflink and DAX mode for now
Darrick J. Wong
1
-0
/
+1
2016-09-27
fs: Replace current_fs_time() with current_time()
Deepa Dinamani
1
-1
/
+1
2016-09-27
fs: rename "rename2" i_op to "rename"
Miklos Szeredi
1
-2
/
+2
2016-09-22
fs: Give dentry to inode_change_ok() instead of inode
Jan Kara
1
-6
/
+4
2016-09-22
xfs: Propagate dentry down to inode_change_ok()
Jan Kara
1
-31
/
+63
2016-08-17
xfs: (re-)implement FIEMAP_FLAG_XATTR
Christoph Hellwig
1
-1
/
+8
2016-06-21
xfs: use iomap infrastructure for DAX zeroing
Christoph Hellwig
1
-7
/
+2
2016-06-21
xfs: use iomap fiemap implementation
Christoph Hellwig
1
-75
/
+5
2016-06-21
xfs: implement iomap based buffered write path
Christoph Hellwig
1
-4
/
+5
2016-06-21
xfs: reorder zeroing and flushing sequence in truncate
Christoph Hellwig
1
-14
/
+19
2016-05-20
Merge branch 'xfs-4.7-optimise-inline-symlinks' into for-next
Dave Chinner
1
-25
/
+63
2016-04-06
xfs: better xfs_trans_alloc interface
Christoph Hellwig
1
-18
/
+11
2016-04-06
xfs: optimize inline symlinks
Christoph Hellwig
1
-3
/
+26
2016-04-06
xfs: set up inode operation vectors later
Christoph Hellwig
1
-22
/
+37
2016-03-07
Merge branch 'xfs-dax-fixes-4.6' into for-next
Dave Chinner
1
-2
/
+4
2016-03-01
xfs: XFS_DIFLAG2_DAX limited by PAGE_SIZE
Dave Chinner
1
-0
/
+1
2016-03-01
xfs: S_DAX is only for regular files
Dave Chinner
1
-2
/
+3
2016-02-09
xfs: mode di_mode to vfs inode
Dave Chinner
1
-8
/
+4
2016-02-09
xfs: move inode generation count to VFS inode
Dave Chinner
1
-1
/
+0
2016-02-09
xfs: use vfs inode nlink field everywhere
Dave Chinner
1
-2
/
+1
2016-02-09
xfs: remove timestamps from incore inode
Dave Chinner
1
-30
/
+7
2016-01-22
Merge tag 'xfs-for-linus-4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+2
2016-01-04
xfs: introduce per-inode DAX enablement
Dave Chinner
1
-2
/
+2
2015-12-30
switch ->get_link() to delayed_call, kill ->put_link()
Al Viro
1
-3
/
+3
2015-12-08
replace ->follow_link() with new method that could stay in RCU mode
Al Viro
1
-2
/
+6
2015-10-12
xfs: per-filesystem stats counter implementation
Bill O'Donnell
1
-2
/
+2
2015-08-28
xfs: fix error gotos in xfs_setattr_nonsize
Eric Sandeen
1
-4
/
+4
2015-06-30
Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-24
/
+24
2015-06-04
Merge branch 'xfs-commit-cleanup' into for-next
Dave Chinner
1
-11
/
+7
2015-06-04
xfs: saner xfs_trans_commit interface
Christoph Hellwig
1
-3
/
+3
2015-06-04
xfs: remove the flags argument to xfs_trans_cancel
Christoph Hellwig
1
-8
/
+4
2015-06-04
xfs: add initial DAX support
Dave Chinner
1
-12
/
+12
2015-06-04
xfs: add DAX truncate support
Dave Chinner
1
-1
/
+5
2015-05-10
don't pass nameidata to ->follow_link()
Al Viro
1
-2
/
+1
2015-05-10
new ->follow_link() and ->put_link() calling conventions
Al Viro
1
-6
/
+4
2015-04-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-10
/
+10
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
1
-10
/
+10
2015-04-13
Merge branch 'xfs-misc-fixes-for-4.1-3' into for-next
Dave Chinner
1
-1
/
+1
[next]