Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a418090aa88b9b531ac1f504d6bb8c0e9b04ccb7
/
fs
/
xfs
50bfcd0
xfs: use bio op accessors
by Mike Christie
· 8 years ago
4e49ea4
block/fs/drivers: remove rw argument from submit_bio
by Mike Christie
· 8 years ago
d102a56
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
5930122
switch xattr_handler->set() to passing dentry and inode separately
by Al Viro
· 8 years ago
315227f
Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 8 years ago
0b9210c
Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs
by Linus Torvalds
· 8 years ago
555b67e
Merge branch 'xfs-4.7-inode-reclaim' into for-next
by Dave Chinner
· 8 years ago
544ad71
Merge branch 'xfs-4.7-error-cfg' into for-next
by Dave Chinner
· 8 years ago
2a4ad58
Merge branch 'xfs-4.7-misc-fixes' into for-next
by Dave Chinner
· 8 years ago
a7792aa
Merge branch 'xfs-4.7-cleanup-attr-listent' into for-next
by Dave Chinner
· 8 years ago
5b911354
Merge branch 'xfs-4.7-optimise-inline-symlinks' into for-next
by Dave Chinner
· 8 years ago
d6bd961
Merge branch 'xfs-4.7-trans-type-cleanup' into for-next
by Dave Chinner
· 8 years ago
8b7a242
Merge branch 'xfs-4.7-writeback-bio' into for-next
by Dave Chinner
· 8 years ago
690a787
xfs: fix warning in xfs_finish_page_writeback for non-debug builds
by Christoph Hellwig
· 8 years ago
3dc2916
dax: use sb_issue_zerout instead of calling dax_clear_sectors
by Matthew Wilcox
· 9 years ago
e34df33
Merge branch 'work.lookups' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
9f54180
xfs: concurrent readdir hangs on data buffer locks
by Dave Chinner
· 9 years ago
ad438c4
xfs: move reclaim tagging functions
by Dave Chinner
· 9 years ago
545c088
xfs: simplify inode reclaim tagging interfaces
by Dave Chinner
· 9 years ago
1942936
xfs: rename variables in xfs_iflush_cluster for clarity
by Dave Chinner
· 9 years ago
5a90e53
xfs: xfs_iflush_cluster has range issues
by Dave Chinner
· 9 years ago
8a17d7d
xfs: mark reclaimed inodes invalid earlier
by Dave Chinner
· 9 years ago
1f2dcfe
xfs: xfs_inode_free() isn't RCU safe
by Dave Chinner
· 9 years ago
32b43ab
xfs: optimise xfs_iext_destroy
by Alex Lyakas
· 9 years ago
7d3aa7f
xfs: skip stale inodes in xfs_iflush_cluster
by Dave Chinner
· 9 years ago
51b07f3
xfs: fix inode validity check in xfs_iflush_cluster
by Dave Chinner
· 9 years ago
b1438f4
xfs: xfs_iflush_cluster fails to abort on error
by Dave Chinner
· 9 years ago
8179c03
xfs: remove xfs_fs_evict_inode()
by Dave Chinner
· 9 years ago
e6b3bb7
xfs: add "fail at unmount" error handling configuration
by Carlos Maiolino
· 9 years ago
e0a431b3
xfs: add configuration handlers for specific errors
by Carlos Maiolino
· 9 years ago
a5ea70d
xfs: add configuration of error failure speed
by Carlos Maiolino
· 9 years ago
ef6a50f
xfs: introduce table-based init for error behaviors
by Carlos Maiolino
· 9 years ago
df30939
xfs: add configurable error support to metadata buffers
by Carlos Maiolino
· 9 years ago
ffd40ef
xfs: introduce metadata IO error class
by Carlos Maiolino
· 9 years ago
192852b
xfs: configurable error behavior via sysfs
by Carlos Maiolino
· 9 years ago
9bdd9bd
xfs: buffer ->bi_end_io function requires irq-safe lock
by Brian Foster
· 9 years ago
c2e7b20
Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
1e937cd
xfs: Add alignment check for DAX mount
by Toshi Kani
· 9 years ago
02fbd13
dax: Remove complete_unwritten argument
by Jan Kara
· 9 years ago
3b0a3c1
simple local filesystems: switch to ->iterate_shared()
by Al Viro
· 9 years ago
84695ff
Merge getxattr prototype change into work.lookups
by Al Viro
· 9 years ago
e259221
fs: simplify the generic_write_sync prototype
by Christoph Hellwig
· 9 years ago
dde0c2e
fs: add IOCB_SYNC and IOCB_DSYNC
by Christoph Hellwig
· 9 years ago
c8b8e32
direct-io: eliminate the offset argument to ->direct_IO
by Christoph Hellwig
· 9 years ago
1371271
xfs: eliminate the pos variable in xfs_file_dio_aio_write
by Christoph Hellwig
· 9 years ago
b296821
xattr_handler: pass dentry and inode as separate arguments of ->get()
by Al Viro
· 9 years ago
6e3e6d5
xfs: mute some sparse warnings
by Eryu Guan
· 9 years ago
664b60f
xfs: improve kmem_realloc
by Christoph Hellwig
· 9 years ago
9f27889
xfs: Add caller function output to xfs_log_force tracepoint
by Carlos Maiolino
· 9 years ago
710b1e2
xfs: remove transaction types
by Christoph Hellwig
· 9 years ago
253f491
xfs: better xfs_trans_alloc interface
by Christoph Hellwig
· 9 years ago
0e51a8e
xfs: optimize bio handling in the buffer writeback path
by Christoph Hellwig
· 9 years ago
37992c1
xfs: don't release bios on completion immediately
by Dave Chinner
· 9 years ago
bb18782
xfs: build bios directly in xfs_add_to_ioend
by Dave Chinner
· 9 years ago
3ab3ffc
xfs: collapse cases in xfs_attr3_leaf_list_int
by Eric Sandeen
· 9 years ago
7af5ad2
xfs: remove put_value from attr ->put_listent context
by Eric Sandeen
· 9 years ago
e5bd12b
xfs: don't pass value into attr ->put_listent
by Eric Sandeen
· 9 years ago
2a6fba6
xfs: only return -errno or success from attr ->put_listent
by Eric Sandeen
· 9 years ago
30ee052
xfs: optimize inline symlinks
by Christoph Hellwig
· 9 years ago
bfe8804d
xfs: use ->readlink to implement the readlink_by_handle ioctl
by Christoph Hellwig
· 9 years ago
2b3d1d4
xfs: set up inode operation vectors later
by Christoph Hellwig
· 9 years ago
143f4ae
xfs: factor out a helper to initialize a local format inode fork
by Christoph Hellwig
· 9 years ago
ce5c767
xfs: add missing break in xfs_parseargs()
by Eryu Guan
· 9 years ago
ad747e3
xfs: Don't wrap growfs AGFL indexes
by Dave Chinner
· 9 years ago
d0a58e8
xfs: disallow rw remount on fs with unknown ro-compat features
by Eric Sandeen
· 9 years ago
ea1754a
mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage
by Kirill A. Shutemov
· 9 years ago
09cbfea
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
by Kirill A. Shutemov
· 9 years ago
b8a7a3a
posix_acl: Inode acl caching fixes
by Andreas Gruenbacher
· 9 years ago
8b306a2
Merge tag 'nfsd-4.6-1' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 9 years ago
53d2e69
Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs
by Linus Torvalds
· 9 years ago
f99d4fb
nfsd: add SCSI layout support
by Christoph Hellwig
· 9 years ago
81c3932
nfsd: add a new config option for the block layout driver
by Christoph Hellwig
· 9 years ago
62cccb8
mm: simplify lock_page_memcg()
by Johannes Weiner
· 9 years ago
81f8c3a
mm: memcontrol: generalize locking for the page->mem_cgroup binding
by Johannes Weiner
· 9 years ago
2cdb958
Merge branch 'xfs-misc-fixes-4.6-4' into for-next
by Dave Chinner
· 9 years ago
355cced
xfs: always set rvalp in xfs_dir2_node_trim_free
by Christoph Hellwig
· 9 years ago
cc07eed
xfs: ensure committed is initialized in xfs_trans_roll
by Eric Sandeen
· 9 years ago
d34999c
xfs: borrow indirect blocks from freed extent when available
by Brian Foster
· 9 years ago
a9bd24a
xfs: refactor delalloc indlen reservation split into helper
by Brian Foster
· 9 years ago
b2706a0
xfs: update freeblocks counter after extent deletion
by Brian Foster
· 9 years ago
801cc4e
xfs: debug mode forced buffered write failure
by Brian Foster
· 9 years ago
2a62ec0
Merge tag 'xfs-for-linus-4.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs
by Linus Torvalds
· 9 years ago
ab9d1e4
Merge branch 'xfs-misc-fixes-4.6-3' into for-next
by Dave Chinner
· 9 years ago
a5fd276
xfs: remove impossible condition
by Luis de Bethencourt
· 9 years ago
30cbc59
xfs: check sizes of XFS on-disk structures at compile time
by Darrick J. Wong
· 9 years ago
3c1a79f
Merge branch 'xfs-misc-fixes-4.6-2' into for-next
by Dave Chinner
· 9 years ago
85a9f38
Merge branch 'xfs-dax-fixes-4.6' into for-next
by Dave Chinner
· 9 years ago
3d93ec0
Merge branch 'xfs-writepage-rework-4.6' into for-next
by Dave Chinner
· 9 years ago
0df61da
xfs: ioends require logically contiguous file offsets
by Darrick J. Wong
· 9 years ago
7f0ed54
Merge branch 'xfs-buf-macro-cleanup-4.6' into for-next
by Dave Chinner
· 9 years ago
a2bbcb6
Merge branch 'xfs-gut-icdinode-4.6' into for-next
by Dave Chinner
· 9 years ago
6d247d4
Merge branch 'xfs-misc-fixes-4.6' into for-next
by Dave Chinner
· 9 years ago
acb3e26
Merge branch 'xfs-dio-fix-4.6' into for-next
by Dave Chinner
· 9 years ago
1b186d2
Merge branch 'xfs-get-next-dquot-4.6' into for-next
by Dave Chinner
· 9 years ago
c53473b
Merge branch 'xfs-rt-fixes-4.6' into for-next
by Dave Chinner
· 9 years ago
9deed09
Merge branch 'xfs-torn-log-fixes-4.5' into for-next
by Dave Chinner
· 9 years ago
5110cd8
xfs: use named array initializers for log item dumping
by Darrick J. Wong
· 9 years ago
49ca911
xfs: fix computation of inode btree maxlevels
by Darrick J. Wong
· 9 years ago
a798011
xfs: reinitialise per-AG structures if geometry changes during recovery
by Dave Chinner
· 9 years ago
7f6aff3a
xfs: only run torn log write detection on dirty logs
by Brian Foster
· 9 years ago
Next »