Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
3eeba1a28e0df150adec37d67b567de653cf285c
/
fs
/
xfs
a80099a
Merge tag 'xfs-4.13-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 7 years ago
0891f99
Revert "xfs: grab dquots without taking the ilock"
by Christoph Hellwig
· 7 years ago
29db250
xfs: assert locking precondition in xfs_readlink_bmap_ilocked
by Christoph Hellwig
· 7 years ago
5af7777
xfs: assert locking precondіtion in xfs_attr_list_int_ilocked
by Christoph Hellwig
· 7 years ago
cf69f824
xfs: fixup xfs_attr_get_ilocked
by Christoph Hellwig
· 7 years ago
91c63ecd
xfs: map KM_MAYFAIL to __GFP_RETRY_MAYFAIL
by Michal Hocko
· 7 years ago
642338b
Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 7 years ago
088737f
Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux
by Linus Torvalds
· 7 years ago
cd87d86
xfs: don't crash on unexpected holes in dir/attr btrees
by Darrick J. Wong
· 7 years ago
6eb0b8d
xfs: rename MAXPATHLEN to XFS_SYMLINK_MAXLEN
by Darrick J. Wong
· 7 years ago
a4c20b9
Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 7 years ago
1b18027
xfs: minimal conversion to errseq_t writeback error reporting
by Jeff Layton
· 7 years ago
2192b0b
xfs: fix contiguous dquot chunk iteration livelock
by Brian Foster
· 7 years ago
9bd4218
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
c6b1e36
Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 7 years ago
81e3e04
Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuid
by Linus Torvalds
· 7 years ago
9b2970a
xfs: Switch to iomap for SEEK_HOLE / SEEK_DATA
by Christoph Hellwig
· 7 years ago
7175a11
xfs: remove a whitespace-only line from xfs_fs_get_nextdqblk
by Christoph Hellwig
· 7 years ago
bda250d
xfs: rewrite xfs_dq_get_next_id using xfs_iext_lookup_extent
by Christoph Hellwig
· 7 years ago
d04c241
xfs: Check for m_errortag initialization in xfs_errortag_test
by Carlos Maiolino
· 7 years ago
50e0bdb
xfs: grab dquots without taking the ilock
by Darrick J. Wong
· 7 years ago
244e3de
xfs: fix semicolon.cocci warnings
by kbuild test robot
· 7 years ago
8ba3587
xfs: Don't clear SGID when inheriting ACLs
by Jan Kara
· 7 years ago
cf2cb78
xfs: free cowblocks and retry on buffered write ENOSPC
by Brian Foster
· 7 years ago
3e88a00
xfs: replace log_badcrc_factor knob with error injection tag
by Brian Foster
· 7 years ago
f8c4725
xfs: convert drop_writes to use the errortag mechanism
by Darrick J. Wong
· 7 years ago
9e24cfd
xfs: remove unneeded parameter from XFS_TEST_ERROR
by Darrick J. Wong
· 7 years ago
c684010
xfs: expose errortag knobs via sysfs
by Darrick J. Wong
· 7 years ago
31965ef
xfs: make errortag a per-mountpoint structure
by Darrick J. Wong
· 7 years ago
31d7d58
xfs: add support for passing in write hints for buffered writes
by Jens Axboe
· 7 years ago
3977543
xfs: free uncommitted transactions during log recovery
by Brian Foster
· 7 years ago
1bc3cd4
Merge branch 'linus' into sched/core, to pick up fixes
by Ingo Molnar
· 7 years ago
7b249bd
Merge tag 'xfs-4.12-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 7 years ago
eb5e248
xfs: don't allow bmap on rt files
by Darrick J. Wong
· 7 years ago
104b4e5
percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batch
by Nikolay Borisov
· 7 years ago
61d819e
xfs: don't allow bmap on rt files
by Darrick J. Wong
· 7 years ago
5da8f2f
xfs: allow reading of already-locked remote symbolic link
by Darrick J. Wong
· 7 years ago
ad017f6
xfs: pass along transaction context when reading xattr block buffers
by Darrick J. Wong
· 7 years ago
acb9553
xfs: pass along transaction context when reading directory block buffers
by Darrick J. Wong
· 7 years ago
8e8877e
xfs: return the hash value of a leaf1 directory block
by Darrick J. Wong
· 7 years ago
e7f5d5c
xfs: refactor the ifork block counting function
by Darrick J. Wong
· 7 years ago
d29cb3e
xfs: make _bmap_count_blocks consistent wrt delalloc extent behavior
by Darrick J. Wong
· 7 years ago
29a5d29
xfs: nowait aio support
by Goldwyn Rodrigues
· 7 years ago
2141713
sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field name
by Ingo Molnar
· 8 years ago
ea7cdd7
xfs: separate function to check if inode shares extents
by Darrick J. Wong
· 7 years ago
92ff728
xfs: reflink find shared should take a transaction
by Darrick J. Wong
· 7 years ago
378f681
xfs: check if an inode is cached and allocated
by Darrick J. Wong
· 7 years ago
e936945
xfs: export _inobt_btrec_to_irec and _ialloc_cluster_alignment for scrub
by Darrick J. Wong
· 7 years ago
118bb47
xfs: plumb in needed functions for range querying of various btrees
by Darrick J. Wong
· 7 years ago
2678809
xfs: export various function for the online scrubber
by Darrick J. Wong
· 7 years ago
38dee37
xfs: always compile the btree inorder check functions
by Darrick J. Wong
· 7 years ago
c8ce540
xfs: remove double-underscore integer types
by Darrick J. Wong
· 7 years ago
5a4c733
xfs: optimize _btree_query_all
by Darrick J. Wong
· 7 years ago
3d4b4a3
xfs: remove bli from AIL before release on transaction abort
by Brian Foster
· 7 years ago
79e641ce
xfs: release bli from transaction properly on fs shutdown
by Brian Foster
· 7 years ago
0cbe48c
xfs: avoid harmless gcc-7 warnings
by Arnd Bergmann
· 7 years ago
f990fc5
xfs: remove lsn relevant fields from xfs_trans structure and its users
by Shan Hai
· 7 years ago
3398a40
xfs: remove XFS_HSIZE
by Christoph Hellwig
· 7 years ago
d4ca1d5
xfs: dump transaction usage details on log reservation overrun
by Brian Foster
· 7 years ago
e2f2342
xfs: refactor xlog_cil_insert_items() to facilitate transaction dump
by Brian Foster
· 7 years ago
7d2d5653
xfs: separate shutdown from ticket reservation print helper
by Brian Foster
· 7 years ago
1040960e
xfs: define fatal assert build time tunable
by Brian Foster
· 7 years ago
ccdab3d
xfs: define bug_on_assert debug mode sysfs tunable
by Brian Foster
· 7 years ago
e1a4e37
xfs: try to avoid blowing out the transaction reservation when bunmaping a shared extent
by Darrick J. Wong
· 7 years ago
d205a7d
xfs: refactor dir2 leaf readahead shadow buffer cleverness
by Darrick J. Wong
· 7 years ago
7912e7f
xfs: push buffer of flush locked dquot to avoid quotacheck deadlock
by Brian Foster
· 7 years ago
011067b
blk: replace bioset_create_nobvec() with a flags arg to bioset_create()
by NeilBrown
· 7 years ago
adc3110
Merge tag 'xfs-4.12-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 7 years ago
fdd050b
Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme-base
by Christoph Hellwig
· 7 years ago
8f66439
Merge tag 'v4.12-rc5' into for-4.13/block
by Jens Axboe
· 7 years ago
4e4cbee
block: switch bios to blk_status_t
by Christoph Hellwig
· 7 years ago
95989c4
xfs: fix spurious spin_is_locked() assert failures on non-smp kernels
by Brian Foster
· 7 years ago
8578709
fs: switch ->s_uuid to uuid_t
by Christoph Hellwig
· 8 years ago
d905fda
xfs: use the common helper uuid_is_null()
by Amir Goldstein
· 8 years ago
cb0ba6c
xfs: remove uuid_getnodeuniq and xfs_uu_t
by Christoph Hellwig
· 8 years ago
df33767
uuid: hoist helpers uuid_equal() and uuid_copy() from xfs
by Christoph Hellwig
· 8 years ago
f9727a1
uuid: rename uuid types
by Christoph Hellwig
· 8 years ago
b1f359f
xfs: use uuid_be to implement the uuid_t type
by Christoph Hellwig
· 8 years ago
dfd7487
xfs: use uuid_copy() helper to abstract uuid_t
by Amir Goldstein
· 8 years ago
e6e6d07
Merge tag 'xfs-4.12-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 7 years ago
63db7c8
xfs: use ->b_state to fix buffer I/O accounting release race
by Brian Foster
· 7 years ago
cdbe020
Merge tag 'xfs-4.12-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 7 years ago
a54fba8
xfs: Move handling of missing page into one place in xfs_find_get_desired_pgoff()
by Jan Kara
· 7 years ago
d7fd242
xfs: Fix off-by-in in loop termination in xfs_find_get_desired_pgoff()
by Jan Kara
· 7 years ago
5375023
xfs: Fix missed holes in SEEK_HOLE implementation
by Jan Kara
· 7 years ago
8affebe
xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff()
by Eryu Guan
· 7 years ago
a4d768e
xfs: fix unaligned access in xfs_btree_visit_blocks
by Eric Sandeen
· 7 years ago
3ecb3ac
xfs: avoid mount-time deadlock in CoW extent recovery
by Darrick J. Wong
· 8 years ago
ea9a46e
xfs: only return detailed fsmap info if the caller has CAP_SYS_ADMIN
by Darrick J. Wong
· 8 years ago
892d2a5
xfs: bad assertion for delalloc an extent that start at i_size
by Zorro Lang
· 8 years ago
6e74750
xfs: fix warnings about unused stack variables
by Darrick J. Wong
· 8 years ago
6eadbf4
xfs: BMAPX shouldn't barf on inline-format directories
by Darrick J. Wong
· 8 years ago
0daaeca
xfs: fix indlen accounting error on partial delalloc conversion
by Brian Foster
· 8 years ago
f5705aa8c
dax, xfs, ext4: compile out iomap-dax paths in the FS_DAX=n case
by Dan Williams
· 8 years ago
0fcc3ab
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 8 years ago
6e7c2b4
scripts/spelling.txt: add "intialise(d)" pattern and fix typo instances
by Masahiro Yamada
· 8 years ago
19809c2
mm, vmalloc: use __GFP_HIGHMEM implicitly
by Michal Hocko
· 8 years ago
ef51042
block, dax: move "select DAX" from BLOCK to FS_DAX
by Dan Williams
· 8 years ago
d484467
Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 8 years ago
53ef7d0
Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 8 years ago
Next »