Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
2af75df7be7ca86965bf73766f827575d1c26fbd
/
fs
2af75df
[XFS] split out two helpers from xfs_syncsub
by Christoph Hellwig
· 16 years ago
4e8938f
[XFS] Move XFS_BMAP_SANITY_CHECK out of line.
by Christoph Hellwig
· 16 years ago
7cc95a8
[XFS] Always use struct xfs_btree_block instead of short / longform structures.
by Christoph Hellwig
· 16 years ago
136341b
[XFS] cleanup btree record / key / ptr addressing macros.
by Christoph Hellwig
· 16 years ago
6c7699c
[XFS] remove the mount inode list
by David Chinner
· 16 years ago
60197e8
[XFS] Cleanup maxrecs calculation.
by Christoph Hellwig
· 16 years ago
5b4d89a
[XFS] Traverse inode trees when releasing dquots
by David Chinner
· 16 years ago
683a897
[XFS] Use the inode tree for finding dirty inodes
by David Chinner
· 16 years ago
2f8a3ce
[XFS] don't block in xfs_qm_dqflush() during async writeback.
by David Chinner
· 16 years ago
75c68f4
[XFS] Remove xfs_iflush_all and clean up xfs_finish_reclaim_all()
by David Chinner
· 16 years ago
a167b17
[XFS] move xfssyncd code to xfs_sync.c
by David Chinner
· 16 years ago
fe4fa4b
[XFS] move sync code to its own file
by David Chinner
· 16 years ago
34519da
[XFS] Show buffer address with debug hexdump on corruption
by Barry Naujok
· 16 years ago
89b2839
[XFS] Check agf_btreeblks is valid when reading in the AGF
by Barry Naujok
· 16 years ago
847fff5
[XFS] Sync up kernel and user-space headers
by Barry Naujok
· 16 years ago
24ee0e4
[XFS] Make xfs_btree_check_ptr() debug-only code.
by Lachlan McIlroy
· 16 years ago
d1de802
[XFS] Fix build brakage from patch "Clean up dquot pincount code"
by Peter Leckie
· 16 years ago
bc3048e
[XFS] Clean up dquot pincount code.
by Peter Leckie
· 16 years ago
d112f29
[XFS] Wait for all I/O on truncate to zero file size
by Lachlan McIlroy
· 16 years ago
7f7c39c
[XFS] make btree tracing generic
by Christoph Hellwig
· 16 years ago
3cc7524
[XFS] mark various functions in xfs_btree.c static
by Christoph Hellwig
· 16 years ago
4a26e66
[XFS] add keys_inorder and recs_inorder btree methods
by Christoph Hellwig
· 16 years ago
fd6bcc5b
[XFS] kill xfs_bmbt_log_block and xfs_bmbt_log_recs
by Christoph Hellwig
· 16 years ago
8cc938f
[XFS] implement generic xfs_btree_get_rec
by Christoph Hellwig
· 16 years ago
91cca5df
[XFS] implement generic xfs_btree_delete/delrec
by Christoph Hellwig
· 16 years ago
d4b3a4b
[XFS] move xfs_bmbt_killroot to common code
by Christoph Hellwig
· 16 years ago
4b22a57
[XFS] implement generic xfs_btree_insert/insrec
by Christoph Hellwig
· 16 years ago
ea77b0a
[XFS] move xfs_bmbt_newroot to common code
by Christoph Hellwig
· 16 years ago
344207c
[XFS] implement semi-generic xfs_btree_new_root
by Christoph Hellwig
· 16 years ago
f5eb8e7
[XFS] implement generic xfs_btree_split
by Christoph Hellwig
· 16 years ago
687b890
[XFS] implement generic xfs_btree_lshift
by Christoph Hellwig
· 16 years ago
9eaead5
[XFS] implement generic xfs_btree_rshift
by Christoph Hellwig
· 16 years ago
278d0ca
[XFS] implement generic xfs_btree_update
by Christoph Hellwig
· 16 years ago
38bb742
[XFS] implement generic xfs_btree_updkey
by Christoph Hellwig
· 16 years ago
fe033cc
[XFS] implement generic xfs_btree_lookup
by Christoph Hellwig
· 16 years ago
8df4da4
[XFS] implement generic xfs_btree_decrement
by Christoph Hellwig
· 16 years ago
637aa50
[XFS] implement generic xfs_btree_increment
by Christoph Hellwig
· 16 years ago
65f1eae
[XFS] add helpers for addressing entities inside a btree block
by Christoph Hellwig
· 16 years ago
ce5e42d
[XFS] add get_maxrecs btree operation
by Christoph Hellwig
· 16 years ago
8c4ed63
[XFS] make btree tracing generic
by Christoph Hellwig
· 16 years ago
854929f
[XFS] add new btree statistics
by David Chinner
· 16 years ago
a23f6ef
[XFS] refactor btree validation helpers
by Christoph Hellwig
· 16 years ago
b524bfe
[XFS] refactor xfs_btree_readahead
by Christoph Hellwig
· 16 years ago
e99ab90
[XFS] add a long pointers flag to xfs_btree_cur
by Christoph Hellwig
· 16 years ago
8186e51
[XFS] make btree root in inode support generic
by Christoph Hellwig
· 16 years ago
de227dd
[XFS] add generic btree types
by Christoph Hellwig
· 16 years ago
561f7d1
[XFS] split up xfs_btree_init_cursor
by Christoph Hellwig
· 16 years ago
f2277f0
[XFS] kill struct xfs_btree_hdr
by Christoph Hellwig
· 16 years ago
f338f90
[XFS] Unlock inode before calling xfs_idestroy()
by Lachlan McIlroy
· 16 years ago
a357a12
[XFS] Fix use-after-free with log and quotas
by Lachlan McIlroy
· 16 years ago
4603992
[XFS] Remove final remnants of dirv1 macros and other stuff
by Barry Naujok
· 16 years ago
d07c60e
[XFS] Use xfs_idestroy() to cleanup an inode.
by Lachlan McIlroy
· 16 years ago
be8b78a
[XFS] Remove kmem_zone_t argument from xfs_inode_init_once()
by Lachlan McIlroy
· 16 years ago
07c8f67
[XFS] Make use of the init-once slab optimisation.
by David Chinner
· 16 years ago
526719b
Switch to a valid email address...
by Alan Cox
· 16 years ago
9ce209d
epoll: avoid double-inserts in case of EFAULT
by Davide Libenzi
· 16 years ago
4d36a9e
select: deal with math overflow from borderline valid userland data
by Arjan van de Ven
· 16 years ago
3c37fc8
ext4: Fix duplicate entries returned from getdents() system call
by Theodore Ts'o
· 16 years ago
8c9fa93
ext3: Fix duplicate entries returned from getdents() system call
by Theodore Ts'o
· 16 years ago
88ed86f
Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/proc
by Linus Torvalds
· 16 years ago
3856d30
ext4: remove unused variable in ext4_get_parent
by Christoph Hellwig
· 16 years ago
12e1ec9
ext3 quota support: fix compile failure
by Linus Torvalds
· 16 years ago
1f6d6e8e
Merge branch 'v28-range-hrtimers-for-linus-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
db563fc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 16 years ago
2248485
Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdev
by Linus Torvalds
· 16 years ago
5ed487b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 16 years ago
b4d0b08
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
by Linus Torvalds
· 16 years ago
3321737
Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 16 years ago
be07c4e
jbd: abort instead of waiting for nonexistent transactions
by Duane Griffin
· 16 years ago
9f818b4
jbd: test BH_Write_EIO to detect errors on metadata buffers
by Hidehiro Kawai
· 16 years ago
2d7c820
ext3: add checks for errors from jbd
by Hidehiro Kawai
· 16 years ago
4afe978
jbd: fix error handling for checkpoint io
by Hidehiro Kawai
· 16 years ago
59c7572
proc: remove fs/proc/proc_misc.c
by Alexey Dobriyan
· 16 years ago
5aa140c
proc: move /proc/vmcore creation to fs/proc/vmcore.c
by Alexey Dobriyan
· 16 years ago
6d80e53
proc: move pagecount stuff to fs/proc/page.c
by Alexey Dobriyan
· 16 years ago
97ce5d6
proc: move all /proc/kcore stuff to fs/proc/kcore.c
by Alexey Dobriyan
· 16 years ago
b5aadf7
proc: move /proc/schedstat boilerplate to kernel/sched_stats.h
by Alexey Dobriyan
· 16 years ago
3b5d5c6
proc: move /proc/modules boilerplate to kernel/module.c
by Alexey Dobriyan
· 16 years ago
31d85ab
proc: move /proc/diskstats boilerplate to block/genhd.c
by Alexey Dobriyan
· 16 years ago
5c9fe62
proc: move /proc/zoneinfo boilerplate to mm/vmstat.c
by Alexey Dobriyan
· 16 years ago
b6aa44a
proc: move /proc/vmstat boilerplate to mm/vmstat.c
by Alexey Dobriyan
· 16 years ago
74e2e8e
proc: move /proc/pagetypeinfo boilerplate to mm/vmstat.c
by Alexey Dobriyan
· 16 years ago
8f32f7e
proc: move /proc/buddyinfo boilerplate to mm/vmstat.c
by Alexey Dobriyan
· 16 years ago
5f6a6a9
proc: move /proc/vmallocinfo to mm/vmalloc.c
by Alexey Dobriyan
· 16 years ago
7b3c3a5
proc: move /proc/slabinfo boilerplate to mm/slub.c, mm/slab.c
by Alexey Dobriyan
· 16 years ago
a0ec95a
proc: move /proc/slab_allocators boilerplate to mm/slab.c
by Alexey Dobriyan
· 16 years ago
d6917e1
proc: move /proc/interrupts boilerplate code to fs/proc/interrupts.c
by Alexey Dobriyan
· 16 years ago
df8106d
proc: move /proc/stat to fs/proc/stat.c
by Alexey Dobriyan
· 16 years ago
f500975
proc: move rest of /proc/partitions code to block/genhd.c
by Alexey Dobriyan
· 16 years ago
8591cf4
proc: move /proc/cpuinfo code to fs/proc/cpuinfo.c
by Alexey Dobriyan
· 16 years ago
fe25104
proc: move /proc/devices code to fs/proc/devices.c
by Alexey Dobriyan
· 16 years ago
d8ba7a3
proc: move rest of /proc/locks to fs/locks.c
by Alexey Dobriyan
· 16 years ago
ae04811
proc: move /proc/kmsg creation to fs/proc/kmsg.c
by Alexey Dobriyan
· 16 years ago
6596892
proc: remove remnants of ->read_proc in proc_misc.c
by Alexey Dobriyan
· 16 years ago
6e62775
proc: move /proc/execdomains to kernel/exec_domain.c
by Alexey Dobriyan
· 16 years ago
cf9887f
proc: switch /proc/cmdline to seq_file
by Alexey Dobriyan
· 16 years ago
6827400
proc: move /proc/filesystems to fs/filesystems.c
by Alexey Dobriyan
· 16 years ago
4c150f6
proc: move /proc/stram to m68k-specific code
by Alexey Dobriyan
· 16 years ago
813dcf7
proc: move /proc/hardware to m68k-specific code
by Alexey Dobriyan
· 16 years ago
b457d15
proc: switch /proc/version to seq_file
by Alexey Dobriyan
· 16 years ago
Next »