Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
818cf5909701806285d977f7a9365c5cadb062a7
/
fs
/
xfs
/
linux-2.6
ac7c1a7
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 16 years ago
8fe74cf
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 16 years ago
f36345f
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-linus
by Felix Blyakher
· 16 years ago
c2ec175
mm: page_mkwrite change prototype to match fault
by Nick Piggin
· 16 years ago
ce3b0f8
New helper - current_umask()
by Al Viro
· 16 years ago
bddaafa
xfs: pagecache usage optimization
by Hisashi Hifumi
· 16 years ago
a19d9f8
xfs: kill ino64 mount option
by Christoph Hellwig
· 16 years ago
a0b0b8a
xfs: kill mutex_t typedef
by Christoph Hellwig
· 16 years ago
cb4c8cc
xfs: kill VN_BAD
by Christoph Hellwig
· 16 years ago
8fab451
xfs: kill vn_atime_* helpers.
by Christoph Hellwig
· 16 years ago
c141b29
xfs: only issues a cache flush on unmount if barriers are enabled
by Christoph Hellwig
· 16 years ago
7bf446f
xfs: include header files for prototypes
by Hannes Eder
· 16 years ago
3180e66
xfs: make symbols static
by Hannes Eder
· 16 years ago
b796313
xfs: only issues a cache flush on unmount if barriers are enabled
by Christoph Hellwig
· 16 years ago
27e88bf
Revert "[XFS] remove old vmap cache"
by Felix Blyakher
· 16 years ago
7fdf582
Revert "[XFS] use scalable vmap API"
by Felix Blyakher
· 16 years ago
3a011a1
Revert "[XFS] remove old vmap cache"
by Felix Blyakher
· 16 years ago
cf7dab8
Revert "[XFS] use scalable vmap API"
by Felix Blyakher
· 16 years ago
fcafb71
xfs: get rid of indirections in the quotaops implementation
by Christoph Hellwig
· 16 years ago
517b5e8
xfs: merge xfs_mkdir into xfs_create
by Christoph Hellwig
· 16 years ago
a568778
xfs: remove uchar_t/ushort_t/uint_t/ulong_t types
by Christoph Hellwig
· 16 years ago
4346cdd
xfs: cleanup xfs_find_handle
by Christoph Hellwig
· 16 years ago
d4bb6d0
xfs: merge xfs_inode_flush into xfs_fs_write_inode
by Christoph Hellwig
· 16 years ago
43f3f05
[XFS] Warn on transaction in flight on read-only remount
by Felix Blyakher
· 16 years ago
5e10657
[XFS] Warn on transaction in flight on read-only remount
by Felix Blyakher
· 16 years ago
4973914
xfs: fix bad_features2 fixups for the root filesystem
by Christoph Hellwig
· 16 years ago
62e194e
xfs: use mnt_want_write in compat_attrmulti ioctl
by Christoph Hellwig
· 16 years ago
ab596ad
xfs: fix dentry aliasing issues in open_by_handle
by Christoph Hellwig
· 16 years ago
7884bc8
xfs: fix bad_features2 fixups for the root filesystem
by Christoph Hellwig
· 16 years ago
178eae3
xfs: use mnt_want_write in compat_attrmulti ioctl
by Christoph Hellwig
· 16 years ago
d296d30
xfs: fix dentry aliasing issues in open_by_handle
by Christoph Hellwig
· 16 years ago
cb7a97d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-linus
by Lachlan McIlroy
· 16 years ago
c088f4e
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by Lachlan McIlroy
· 16 years ago
8e96187
filesystem freeze: remove XFS specific ioctl interfaces for freeze feature
by Takashi Sato
· 16 years ago
c4be0c1
filesystem freeze: add error handling of write_super_lockfs/unlockfs
by Takashi Sato
· 16 years ago
0087167
[XFS] use scalable vmap API
by Nick Piggin
· 16 years ago
958f8c0
[XFS] remove old vmap cache
by Nick Piggin
· 16 years ago
ce79735
Merge branch 'for-linus' of git+ssh://git.melbourne.sgi.com/git/xfs
by Lachlan McIlroy
· 16 years ago
9800b55
[XFS] Remove several unused typedefs.
by Eric Sandeen
· 16 years ago
c9a9855
[XFS] pass XFS_IGET_BULKSTAT to xfs_iget for handle operations
by Christoph Hellwig
· 16 years ago
6206aa8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by Lachlan McIlroy
· 16 years ago
025dfda
trivial: fix then -> than typos in comments and documentation
by Frederik Schwarzer
· 16 years ago
95f8e30
[XFS] use scalable vmap API
by Nick Piggin
· 16 years ago
d285975
[XFS] remove old vmap cache
by Nick Piggin
· 16 years ago
0a8c539
[XFS] Fix merge failures
by Lachlan McIlroy
· 16 years ago
2505115
[XFS] Fix race in xfs_write() between direct and buffered I/O with DMAPI
by Lachlan McIlroy
· 16 years ago
4fdc778
[XFS] Remove XFS_BUF_SHUT() and friends
by Lachlan McIlroy
· 16 years ago
d415867
[XFS] Use the incore inode size in xfs_file_readdir()
by Lachlan McIlroy
· 16 years ago
4d9d4eb
Merge branch 'master' of git+ssh://git.melbourne.sgi.com/git/xfs
by Lachlan McIlroy
· 16 years ago
cfbe526
[XFS] set b_error from bio error in xfs_buf_bio_end_io
by Lachlan McIlroy
· 16 years ago
4d4be48
[XFS] add a FMODE flag to make XFS invisible I/O less hacky
by Christoph Hellwig
· 16 years ago
15ac08a
[XFS] replace b_fspriv with b_mount
by Christoph Hellwig
· 16 years ago
797eaed
[XFS] Remove unnecessary assertion
by Lachlan McIlroy
· 16 years ago
8bb5732
[XFS] Fix compile with CONFIG_COMPAT enabled
by Christoph Hellwig
· 16 years ago
5a8d0f3
move inode tracing out of xfs_vnode.
by Christoph Hellwig
· 16 years ago
25e41b3
move vn_iowait / vn_iowake into xfs_aops.c
by Christoph Hellwig
· 16 years ago
583fa58
kill vn_ioerror
by Christoph Hellwig
· 16 years ago
f95099b
kill xfs_unmount_flush
by Christoph Hellwig
· 16 years ago
e57481d
no explicit xfs_iflush for special inodes during unmount
by Christoph Hellwig
· 16 years ago
b56757b
remove leftovers of shared read-only support
by Christoph Hellwig
· 16 years ago
6bd16ff
kill dead inode flags
by Christoph Hellwig
· 16 years ago
63ad2a5
remove dead code from sv_t implementation
by Christoph Hellwig
· 16 years ago
d9424b3
stop using igrab in xfs_vn_link
by Christoph Hellwig
· 16 years ago
5d765b9
kill xfs_buf_iostart
by Christoph Hellwig
· 16 years ago
73e6335
remove unused behvavior cruft in xfs_super.h
by Christoph Hellwig
· 16 years ago
2234d54
remove useless mnt_want_write call in xfs_write
by Christoph Hellwig
· 16 years ago
ddcd856
[XFS] fix compile on 32 bit systems
by Christoph Hellwig
· 16 years ago
e5d412f
[XFS] Reorder xfs_ioctl32.c for some tidiness
by sandeen@sandeen.net
· 16 years ago
710d62a
[XFS] Hook up compat XFS_IOC_FSSETDM_BY_HANDLE ioctl handler
by sandeen@sandeen.net
· 16 years ago
2875097
[XFS] Hook up compat XFS_IOC_ATTRMULTI_BY_HANDLE ioctl handler
by sandeen@sandeen.net
· 16 years ago
ebeecd2
[XFS] Hook up compat XFS_IOC_ATTRLIST_BY_HANDLE ioctl handler
by sandeen@sandeen.net
· 16 years ago
af819d2
[XFS] Fix compat XFS_IOC_FSBULKSTAT_SINGLE ioctl
by sandeen@sandeen.net
· 16 years ago
65fbaf2
[XFS] Fix xfs_bulkstat_one size checks & error handling
by sandeen@sandeen.net
· 16 years ago
2ee4fa5
[XFS] Make the bulkstat_one compat ioctl handling more sane
by sandeen@sandeen.net
· 16 years ago
471d591
[XFS] Add compat handlers for data & rt growfs ioctls
by sandeen@sandeen.net
· 16 years ago
e94fc4a
[XFS] Add compat handlers for swapext ioctl
by sandeen@sandeen.net
· 16 years ago
d5547f9
[XFS] Clean up some existing compat ioctl calls
by sandeen@sandeen.net
· 16 years ago
ffae263
[XFS] Move compat ioctl structs & numbers into xfs_ioctl32.h
by sandeen@sandeen.net
· 16 years ago
743bb46
[XFS] Move copy_from_user calls out of ioctl helpers into ioctl switch.
by sandeen@sandeen.net
· 16 years ago
51ce16d
[XFS] kill XFS_DINODE_VERSION_ defines
by Christoph Hellwig
· 16 years ago
207fcfa
[XFS] remove xfs_vfsops.h
by Christoph Hellwig
· 16 years ago
2b5decd
[XFS] remove xfs_vfs.h
by Christoph Hellwig
· 16 years ago
00dd402
[XFS] remove bhv_statvfs_t typedef
by Christoph Hellwig
· 16 years ago
f35642e
[XFS] Hook up the fiemap ioctl.
by Eric Sandeen
· 16 years ago
8a7141a
[XFS] convert xfs_getbmap to take formatter functions
by Eric Sandeen
· 16 years ago
2e65609
[XFS] fix error inversion problems with data flushing
by Dave Chinner
· 16 years ago
6579591
[XFS] fix spurious gcc warnings
by Christoph Hellwig
· 16 years ago
6c31b93
[XFS] allow inode64 mount option on 32 bit systems
by Christoph Hellwig
· 16 years ago
f999a5b
[XFS] wire up ->open for directories
by Christoph Hellwig
· 16 years ago
745ca24
CRED: Pass credentials through dentry_open()
by David Howells
· 16 years ago
b6dff3e
CRED: Separate task security context from task_struct
by David Howells
· 16 years ago
82ab8de
CRED: Wrap task credential accesses in the XFS filesystem
by David Howells
· 16 years ago
6307091
[XFS] Avoid using inodes that haven't been completely initialised
by Dave Chinner
· 16 years ago
91b7771
CRED: Wrap task credential accesses in the XFS filesystem
by David Howells
· 16 years ago
6bfb3d0
[XFS] Fix race when looking up reclaimable inodes
by David Chinner
· 16 years ago
e0b8e8b
[XFS] remove restricted chown parameter from xfs linux
by Tim Shimmin
· 16 years ago
ea5a3dc8
[XFS] kill sys_cred
by Christoph Hellwig
· 16 years ago
455486b
[XFS] avoid all reclaimable inodes in xfs_sync_inodes_ag
by David Chinner
· 16 years ago
1ec7944
[XFS] fix biosize option
by Christoph Hellwig
· 16 years ago
469fc23
[XFS] fix the noquota mount option
by Christoph Hellwig
· 16 years ago
Next »