index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-29
xfs: fix broken i_nlink accounting for whiteout tmpfile inode
Brian Foster
1
-2
/
+8
2015-05-29
xfs: xfs_attr_inactive leaves inconsistent attr fork state behind
Dave Chinner
1
-8
/
+4
2015-03-25
Merge branch 'xfs-misc-fixes-for-4.1-2' into for-next
Dave Chinner
1
-2
/
+2
2015-03-25
xfs: use bool instead of int in xfs_rename()
Fabian Frederick
1
-2
/
+2
2015-03-25
Merge branch 'xfs-rename-whiteout' into for-next
Dave Chinner
1
-170
/
+238
2015-03-25
xfs: add RENAME_WHITEOUT support
Dave Chinner
1
-23
/
+106
2015-03-25
xfs: make xfs_cross_rename() complete fully
Dave Chinner
1
-20
/
+21
2015-03-25
xfs: factor out xfs_finish_rename()
Dave Chinner
1
-21
/
+27
2015-03-25
xfs: cleanup xfs_rename error handling
Dave Chinner
1
-33
/
+26
2015-03-25
xfs: clean up inode locking for RENAME_WHITEOUT
Dave Chinner
1
-78
/
+67
2015-02-24
Merge branch 'xfs-mmap-lock' into for-next
Dave Chinner
1
-31
/
+97
2015-02-24
Merge branch 'xfs-misc-fixes-for-4.1' into for-next
Dave Chinner
1
-9
/
+13
2015-02-24
xfs: Ensure we have target_ip for RENAME_EXCHANGE
Eric Sandeen
1
-0
/
+4
2015-02-23
xfs: inodes are new until the dentry cache is set up
Dave Chinner
1
-9
/
+13
2015-02-23
xfs: introduce mmap/truncate lock
Dave Chinner
1
-31
/
+97
2015-01-22
Merge branch 'xfs-buf-type-fixes' into for-next
Dave Chinner
1
-0
/
+2
2015-01-22
xfs: inode unlink does not set AGI buffer type
Dave Chinner
1
-0
/
+2
2014-12-24
xfs: Add support to RENAME_EXCHANGE flag
Carlos Maiolino
1
-1
/
+133
2014-12-04
Merge branch 'xfs-misc-fixes-for-3.19-2' into for-next
Dave Chinner
1
-10
/
+2
2014-12-04
xfs: fix set-but-unused warnings
Dave Chinner
1
-10
/
+2
2014-11-28
Merge branch 'xfs-consolidate-format-defs' into for-next
Dave Chinner
1
-2
/
+0
2014-11-28
xfs: merge xfs_inum.h into xfs_format.h
Christoph Hellwig
1
-1
/
+0
2014-11-28
xfs: merge xfs_ag.h into xfs_format.h
Christoph Hellwig
1
-1
/
+0
2014-11-28
xfs: replace on-stack xfs_trans_res with pointer in xfs_create()
Brian Foster
1
-9
/
+6
2014-10-13
Merge branch 'xfs-misc-fixes-for-3.18-3' into for-next
Dave Chinner
1
-4
/
+4
2014-10-02
xfs: project id inheritance is a directory only flag
Dave Chinner
1
-2
/
+2
2014-10-02
xfs: kill time.h
Dave Chinner
1
-2
/
+2
2014-10-02
Merge branch 'xfs-buf-iosubmit' into for-next
Dave Chinner
1
-1
/
+1
2014-10-02
xfs: xfs_buf_ioend and xfs_buf_iodone_work duplicate functionality
Dave Chinner
1
-1
/
+1
2014-09-09
xfs: check resblks before calling xfs_dir_canenter
Eric Sandeen
1
-9
/
+15
2014-08-04
xfs: kill VN_DIRTY()
Dave Chinner
1
-1
/
+1
2014-06-25
xfs: global error sign conversion
Dave Chinner
1
-33
/
+33
2014-06-22
xfs: Nuke XFS_ERROR macro
Eric Sandeen
1
-15
/
+15
2014-05-20
Merge branch 'xfs-feature-bit-cleanup' into for-next
Dave Chinner
1
-100
/
+11
2014-05-20
xfs: turn NLINK feature on by default
Dave Chinner
1
-100
/
+11
2014-05-15
Merge branch 'xfs-free-inode-btree' into for-next
Dave Chinner
1
-2
/
+26
2014-05-15
Merge branch 'xfs-filestreams-lookup' into for-next
Dave Chinner
1
-34
/
+1
2014-05-15
Merge branch 'xfs-unused-args-cleanup' into for-next
Dave Chinner
1
-2
/
+2
2014-04-24
xfs: update inode allocation/free transaction reservations for finobt
Brian Foster
1
-2
/
+26
2014-04-23
xfs: remove xfs_filestream_associate
Christoph Hellwig
1
-15
/
+0
2014-04-23
xfs: rewrite the filestream allocator using the dentry cache
Christoph Hellwig
1
-20
/
+4
2014-04-23
xfs: remove XFS_IFILESTREAM
Christoph Hellwig
1
-2
/
+0
2014-04-17
xfs: fix tmpfile/selinux deadlock and initialize security
Brian Foster
1
-2
/
+3
2014-04-14
xfs: remove unused bp arg from xfs_iflush_fork()
Eric Sandeen
1
-2
/
+2
2014-03-13
Merge branch 'xfs-O_TMPFILE-support' into for-next
Dave Chinner
1
-6
/
+117
2014-01-09
Merge branch 'xfs-extent-list-locking-fixes' into for-next
Ben Myers
1
-33
/
+29
2014-01-06
xfs: allow linkat() on O_TMPFILE files
Zhi Yong Wu
1
-1
/
+9
2014-01-06
xfs: add O_TMPFILE support
Zhi Yong Wu
1
-0
/
+107
2014-01-06
xfs: factor prid related codes into xfs_get_initial_prid()
Zhi Yong Wu
1
-5
/
+1
2013-12-18
xfs: add xfs_ilock_attr_map_shared
Christoph Hellwig
1
-10
/
+24
[next]