Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
1e73fde581e2d34c4ff04eb10671711845c79bad
/
fs
/
xfs
/
xfs_vnodeops.c
« Previous
7f871d5
[XFS] make inode reclaim wait for log I/O to complete
by Lachlan McIlroy
· 16 years ago
384f3ce
[XFS] Return case-insensitive match for dentry cache
by Barry Naujok
· 16 years ago
61436fe
[XFS] kill xfs_igrow_start and xfs_igrow_finish
by Christoph Hellwig
· 16 years ago
978b723
[XFS] Fix fsync() b0rkage.
by David Chinner
· 16 years ago
5df78e7
[XFS] kill usesless IHOLD calls in xfs_remove and xfs_rmdir
by Christoph Hellwig
· 17 years ago
82dab94
[XFS] kill parent == child checks in xfs_remove and xfs_rmdir
by Christoph Hellwig
· 17 years ago
cfa853e
[XFS] remove manual lookup from xfs_rename and simplify locking
by Christoph Hellwig
· 17 years ago
579aa9c
[XFS] shrink mrlock_t
by Christoph Hellwig
· 17 years ago
eca450b
[XFS] simplify xfs_lookup
by Christoph Hellwig
· 17 years ago
d4377d8
[XFS] xfs_rename: pass resblks to xfs_dir_removename
by Christoph Hellwig
· 17 years ago
4e5dbb3
[XFS] kill xfs_getattr
by Christoph Hellwig
· 17 years ago
42173f6
[XFS] Remove VN_IS* macros and related cruft.
by Christoph Hellwig
· 17 years ago
78e9da7
[XFS] Don't allow silent errors in xfs_inactive().
by David Chinner
· 17 years ago
d64e31a
[XFS] Ensure errors from xfs_bdstrat() are correctly checked.
by David Chinner
· 17 years ago
556b8b1
[XFS] remove bhv_vname_t and xfs_rename code
by Barry Naujok
· 17 years ago
e5720ee
[XFS] Propagate errors from xfs_trans_commit().
by David Chinner
· 17 years ago
b6ddc4e
[XFS] Don't validate symlink target component length
by Christoph Hellwig
· 17 years ago
ef1f5e7
[XFS] cleanup vnode use in xfs_lookup
by Christoph Hellwig
· 17 years ago
3937be5
[XFS] cleanup vnode use in xfs_symlink and xfs_rename
by Christoph Hellwig
· 17 years ago
a3da789
[XFS] cleanup vnode use in xfs_link
by Christoph Hellwig
· 17 years ago
979ebab
[XFS] cleanup vnode use in xfs_create/mknod/mkdir
by Christoph Hellwig
· 17 years ago
bc4ac74
[XFS] cleanup vnode use in dmapi calls
by Christoph Hellwig
· 17 years ago
44d814c
[XFS] Update c/mtime correctly on truncates
by David Chinner
· 17 years ago
126468b
[XFS] kill xfs_rwlock/xfs_rwunlock
by Christoph Hellwig
· 17 years ago
4397396
[XFS] kill xfs_get_dir_entry
by Christoph Hellwig
· 17 years ago
3354040
[XFS] Use xfs_inode_clean() in more places
by David Chinner
· 17 years ago
a3f74ff
[XFS] Don't block pdflush when writing back inodes
by David Chinner
· 17 years ago
e9a56b7
[XFS] Fix regression due to refcache removal
by Lachlan McIlroy
· 17 years ago
163d368
[XFS] Remove the xfs_refcache
by Donald Douwsma
· 17 years ago
461aa8a
[XFS] make inode reclaim synchronise with xfs_iflush_done()
by Lachlan McIlroy
· 17 years ago
6211870
[XFS] remove shouting-indirection macros from xfs_sb.h
by Eric Sandeen
· 17 years ago
222096a
[XFS] stop updating inode->i_blocks
by Christoph Hellwig
· 17 years ago
4576758
[XFS] use generic_permission
by Christoph Hellwig
· 17 years ago
199037c
[XFS] remove permission check from xfs_change_file_space
by Christoph Hellwig
· 17 years ago
f71354b
[XFS] Cleanup various fid related bits:
by Christoph Hellwig
· 17 years ago
e6a4b37
[XFS] Remove the BPCSHIFT and NB* based macros from XFS.
by Tim Shimmin
· 17 years ago
71ddabb
[XFS] optimize XFS_IS_REALTIME_INODE w/o realtime config
by Eric Sandeen
· 17 years ago
613d704
[XFS] kill xfs_iocore_t
by Christoph Hellwig
· 17 years ago
c8b5ea2
[XFS] Unwrap GRANT_LOCK.
by Eric Sandeen
· 17 years ago
541d7d3
[XFS] kill unnessecary ioops indirection
by Lachlan McIlroy
· 17 years ago
cf441ee
[XFS] clean up vnode/inode tracing
by Lachlan McIlroy
· 17 years ago
c614391
[XFS] cleanup fid types mess
by Christoph Hellwig
· 17 years ago
3e5daf0
[XFS] simplify xfs_create/mknod/symlink prototype
by Christoph Hellwig
· 17 years ago
bd186aa
[XFS] kill the vfs_flags member in struct bhv_vfs
by Christoph Hellwig
· 17 years ago
1543d79
[XFS] move v_trace from bhv_vnode to xfs_inode
by Christoph Hellwig
· 17 years ago
b677c21
[XFS] move v_iocount from bhv_vnode to xfs_inode
by Christoph Hellwig
· 17 years ago
09262b4
[XFS] Create xfs_iflags_test_and_clear helper function
by Christoph Hellwig
· 17 years ago
b3aea4e
[XFS] kill the v_flag member in struct bhv_vnode
by Christoph Hellwig
· 17 years ago
2f6f7b3
[XFS] kill v_vfsp member from struct bhv_vnode
by Christoph Hellwig
· 17 years ago
739bfb2
[XFS] call common xfs vnode-level helpers directly and remove vnode operations
by Christoph Hellwig
· 17 years ago
993386c
[XFS] decontaminate vnode operations from behavior details
by Christoph Hellwig
· 17 years ago
da353b0
[XFS] Radix tree based inode caching
by David Chinner
· 17 years ago
804c83c
[XFS] stop using uio in the readlink code
by Christoph Hellwig
· 17 years ago
051e7cd
[XFS] use filldir internally
by Christoph Hellwig
· 17 years ago
eb9df39
[XFS] remove unessecary vfs argument to DM_EVENT_ENABLED
by Christoph Hellwig
· 17 years ago
776a75f
[XFS] Ensure file size updates have been completed before writing inode to disk.
by Lachlan McIlroy
· 17 years ago
c32676e
[XFS] Fix inode size update before data write in xfs_setattr
by David Chinner
· 17 years ago
91ebecc
[XFS] Allow punching holes to free space when at ENOSPC
by David Chinner
· 17 years ago
0f1145c
[XFS] Fix lockdep annotations for xfs_lock_inodes
by David Chinner
· 17 years ago
2a82b8b
[XFS] Concurrent Multi-File Data Streams
by David Chinner
· 17 years ago
fbf3ce8
[XFS] XFS should not be looking at filp reference counts
by Christoph Hellwig
· 17 years ago
87ae3c2
[XFS] Cancel transactions on xfs_itruncate_start error.
by Jesper Juhl
· 17 years ago
957d0eb
[XFS] Cleanup inode extent size hint extraction
by David Chinner
· 17 years ago
92dfe8d
[XFS] Make hole punching at EOF atomic.
by David Chinner
· 17 years ago
5ffc4ef
sendfile: remove .sendfile from filesystems that use generic_file_sendfile()
by Jens Axboe
· 17 years ago
f7c66ce
[XFS] Add lockdep support for XFS
by Lachlan McIlroy
· 18 years ago
f10bb2d
[XFS] Remove unused ilen variable and references.
by Tim Shimmin
· 18 years ago
ba87ea6
[XFS] Fix to prevent the notorious 'NULL files' problem after a crash.
by Lachlan McIlroy
· 18 years ago
d3cf209
[XFS] propogate return codes from flush routines
by Lachlan McIlroy
· 18 years ago
e9ed9d2
[XFS] remove more misc. unused args
by Eric Sandeen
· 18 years ago
1c72bf9
[XFS] The last argument "lsn" of xfs_trans_commit() is always called with NULL.
by Eric Sandeen
· 18 years ago
7bc5306
[XFS] Remove unused header files for MAC and CAP checking functionality.
by Eric Sandeen
· 18 years ago
f7c99b6
[XFS] Remove unused argument to xfs_bmap_finish
by Eric Sandeen
· 18 years ago
4c60658
[XFS] Prevent a deadlock when xfslogd unpins inodes.
by David Chinner
· 18 years ago
7a18c38
[XFS] Clean up i_flags and i_flags_lock handling.
by David Chinner
· 18 years ago
70a5052
[XFS] rename uio_read() to xfs_uio_read()
by Vlad Apostolov
· 18 years ago
f273ab8
[XFS] Really fix use after free in xfs_iunpin.
by David Chinner
· 18 years ago
1737009
[XFS] pass file mode on DMAPI remove events
by Vlad Apostolov
· 18 years ago
673cdf5
[XFS] Fix rounding bug in xfs_free_file_space found by sparse checking.
by Nathan Scott
· 18 years ago
b71d300
[XFS] link(2) on directory is banned in VFS.
by Alexey Dobriyan
· 18 years ago
f6c2d1f
[XFS] Remove version 1 directory code. Never functioned on Linux, just
by Nathan Scott
· 18 years ago
8285fb5
[XFS] Resolve a namespace collision on remaining vtypes for FreeBSD porters.
by Nathan Scott
· 18 years ago
67fcaa7
[XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.
by Nathan Scott
· 18 years ago
7d4fb40
[XFS] Start writeout earlier (on last close) in the case where we have a
by Nathan Scott
· 18 years ago
7d04a33
[XFS] Shutdown the filesystem if all device paths have gone. Made
by Nathan Scott
· 18 years ago
d3446ea
[XFS] Add degframentation exclusion support
by Barry Naujok
· 18 years ago
3f368a0
[XFS] Originally the ATTR_DMI flag also had the functionality of the
by Olaf Weber
· 18 years ago
3e57ecf
[XFS] Add parameters to xfs_bmapi() and xfs_bunmapi() to have them report
by Olaf Weber
· 18 years ago
b1ecdda
[XFS] Fix a project quota space accounting leak on rename.
by Nathan Scott
· 19 years ago
1b89584
[XFS] Provide XFS support for the splice syscall.
by Nathan Scott
· 19 years ago
c41564b
[XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing all
by Nathan Scott
· 19 years ago
e8c96f8
[PATCH] fs: Use ARRAY_SIZE macro
by Tobias Klauser
· 19 years ago
bb19fba
[XFS] Sync up one/two other minor changes missed in previous merges.
by Nathan Scott
· 19 years ago
9fa8046
[XFS] Fixing the error caused by the conflict between DIO Write's
by Yingping Lu
· 19 years ago
ec86dc0
[XFS] Complete transition away from linvfs naming convention, finally.
by Nathan Scott
· 19 years ago
014c254
return statement cleanup - kill pointless parentheses
by Jesper Juhl
· 19 years ago
9f5974c
Merge git://oss.sgi.com:8090/oss/git/xfs-2.6
by Linus Torvalds
· 19 years ago
16f7e0f
[PATCH] capable/capability.h (fs/)
by Randy Dunlap
· 19 years ago
ca5ccbf
[XFS] Fix some build fallout from atime changes.
by Nathan Scott
· 19 years ago
75e17b3
[XFS] add helper to get xfs_inode from vnode
by Christoph Hellwig
· 19 years ago
Next »