Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
ebfc3b49a7ac25920cb5be5445f602e51d2ea559
/
fs
/
btrfs
/
inode.c
ebfc3b4
don't pass nameidata to ->create()
by Al Viro
· 13 years ago
00cd8dd
stop passing nameidata to ->lookup()
by Al Viro
· 13 years ago
b3d9b7a
vfs: switch i_dentry/d_alias to hlist
by Al Viro
· 13 years ago
5eecb9c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 13 years ago
6bf0231
Btrfs: fix wrong check during log recovery
by Liu Bo
· 13 years ago
c3473e8
Btrfs: fix dio write vs buffered read race
by Josef Bacik
· 13 years ago
8874e81
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 13 years ago
cb77fcd
Btrfs: delay iput with async extents
by Josef Bacik
· 13 years ago
718f58a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 13 years ago
bc17823
Btrfs: fix missing inherited flag in rename
by Liu Bo
· 13 years ago
7ddf5a4
Btrfs: call filemap_fdatawrite twice for compression
by Josef Bacik
· 13 years ago
8180ef8
Btrfs: keep inode pinned when compressing writes
by Josef Bacik
· 13 years ago
17ca04a
Btrfs: unlock everything properly in the error case for nocow
by Josef Bacik
· 13 years ago
beb42dd
Btrfs: pass locked_page into extent_clear_unlock_delalloc if theres an error
by Josef Bacik
· 13 years ago
1193755
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 13 years ago
e41f941
Btrfs: move over to use ->update_time
by Josef Bacik
· 13 years ago
51eab60
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 13 years ago
2adcac1
Btrfs: fall back to non-inline if we don't have enough space
by Josef Bacik
· 13 years ago
8a35d95
Btrfs: fix how we deal with the orphan block rsv
by Josef Bacik
· 13 years ago
72ac3c0
Btrfs: convert the inode bit field to use the actual bit operations
by Josef Bacik
· 13 years ago
5fd0204
Btrfs: finish ordered extents in their own thread
by Josef Bacik
· 13 years ago
0c4d2d9
Btrfs: use i_version instead of our own sequence
by Josef Bacik
· 13 years ago
90324cc
Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
by Linus Torvalds
· 13 years ago
dbd5768
vfs: Rename end_writeback() to clear_inode()
by Jan Kara
· 13 years ago
f7b0069
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 13 years ago
fede766
Btrfs: avoid deadlocks from GFP_KERNEL allocations during btrfs_real_readdir
by Chris Mason
· 13 years ago
5cf1ab5
Btrfs: always store the mirror we read the eb from
by Josef Bacik
· 13 years ago
8c9c2bf
btrfs: fix race in reada
by Arne Jansen
· 13 years ago
848cce0
Btrfs: avoid setting ->d_op twice
by Li Zefan
· 13 years ago
9613beb
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 13 years ago
4cb13e5
Btrfs: fix recursive defragment with autodefrag option
by Liu Bo
· 13 years ago
1d4284b
Merge branch 'error-handling' into for-linus
by Chris Mason
· 13 years ago
0b32f4b
Btrfs: ensure an entire eb is written at once
by Josef Bacik
· 13 years ago
81c9ad2
Btrfs: remove search_start and search_end from find_free_extent and callers
by Josef Bacik
· 13 years ago
79787ea
btrfs: replace many BUG_ONs with proper error handling
by Jeff Mahoney
· 13 years ago
ce59897
btrfs: Don't BUG_ON errors from btrfs_create_subvol_root()
by Mark Fasheh
· 13 years ago
3fbe5c0
btrfs: split extent_state ops
by Jeff Mahoney
· 13 years ago
d008237
btrfs: drop gfp_t from lock_extent
by Jeff Mahoney
· 13 years ago
143bede
btrfs: return void in functions without error conditions
by Jeff Mahoney
· 13 years ago
355808c
btrfs: ->submit_bio_hook error push-up
by Jeff Mahoney
· 13 years ago
3444a97
btrfs: Factor out tree->ops->merge_bio_hook call
by Jeff Mahoney
· 13 years ago
0417341
btrfs: Simplify btrfs_submit_bio_hook
by Jeff Mahoney
· 13 years ago
7ac687d
btrfs: remove the second argument of k[un]map_atomic()
by Cong Wang
· 13 years ago
855a85f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 13 years ago
fe66a05
Btrfs: improve error handling for btrfs_insert_dir_item callers
by Chris Mason
· 13 years ago
12fc9d0
btrfs: honor umask when creating subvol root
by Florian Albrechtskirchinger
· 13 years ago
87826df
btrfs: delalloc for page dirtied out-of-band in fixup worker
by Jeff Mahoney
· 13 years ago
67d2433
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 13 years ago
9998eb7
Btrfs: fix reservations in btrfs_page_mkwrite
by Chris Mason
· 13 years ago
f9156c7
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 13 years ago
f248679
Btrfs: add a delalloc mutex to inodes for delalloc reservations
by Josef Bacik
· 13 years ago
90290e1
Btrfs: protect orphan block rsv with spin_lock
by Josef Bacik
· 13 years ago
ec39e18
Btrfs: release space on error in page_mkwrite
by Josef Bacik
· 13 years ago
f70a9a6b
Btrfs: fix btrfsck error 400 when truncating a compressed
by Miao Xie
· 13 years ago
7ad85bb
Btrfs: do not use btrfs_end_transaction_throttle everywhere
by Josef Bacik
· 13 years ago
9785dbd
Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integration
by Chris Mason
· 13 years ago
9879326
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
6bf7e08
Btrfs: make sure we're not using obsolete code in btrfs_get_extent
by Jan Schmidt
· 13 years ago
175a4eb
fs: propagate umode_t, misc bits
by Al Viro
· 13 years ago
1a67aaf
switch ->mknod() to umode_t
by Al Viro
· 13 years ago
4acdaf2
switch ->create() to umode_t
by Al Viro
· 13 years ago
18bb1db
switch vfs_mkdir() and ->mkdir() to umode_t
by Al Viro
· 13 years ago
6b520e0
vfs: fix the stupidity with i_dentry in inode destructors
by Al Viro
· 13 years ago
827fa4c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 13 years ago
08c422c
Btrfs: call d_instantiate after all ops are setup
by Al Viro
· 13 years ago
66d7e7f
Btrfs: mark delayed refs as for cow
by Arne Jansen
· 13 years ago
c9a7fe9
Merge branches 'for-linus' and 'for-linus-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 13 years ago
567a45e
Merge branch 'for-chris' of http://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-work into integration
by Chris Mason
· 13 years ago
ee4d89f
Btrfs: don't panic if orphan item already exists
by Josef Bacik
· 13 years ago
7041ee9
Btrfs: fix leaked space in truncate
by Josef Bacik
· 13 years ago
660d3f6
Btrfs: fix how we do delalloc reservations and how we free reservations on error
by Josef Bacik
· 13 years ago
22c44fe
Btrfs: deal with enospc from dirtying inodes properly
by Josef Bacik
· 13 years ago
ad19db7
BTRFS: Establish i_ops before calling d_instantiate
by Casey Schaufler
· 13 years ago
f8e9e0b
btrfs: keep orphans for subvolume deletion
by Arne Jansen
· 13 years ago
3642320
Btrfs: fix wrong disk space information of the files
by Miao Xie
· 13 years ago
f4a2f4c
Btrfs: fix wrong i_size when truncating a file to a larger size
by Miao Xie
· 13 years ago
42b2aa8
treewide: Fix typos in various parts of the kernel, and fix some comments.
by Justin P. Mattock
· 13 years ago
b930c26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 13 years ago
aa38a71
Btrfs: fix deadlock on metadata reservation when evicting a inode
by Miao Xie
· 13 years ago
af36d15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 13 years ago
fadc0d8
btrfs: fix stat blocks accounting
by David Sterba
· 13 years ago
c1f4246
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 13 years ago
3254c87
Btrfs: fix unreleased path in btrfs_orphan_cleanup()
by Miao Xie
· 13 years ago
2115133
Btrfs: tweak the delayed inode reservations again
by Chris Mason
· 13 years ago
7fd2ae2
Btrfs: fix our reservations for updating an inode when completing io
by Josef Bacik
· 13 years ago
917c16b
Btrfs: fix oops on NULL trans handle in btrfs_truncate
by Chris Mason
· 13 years ago
6a6662c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 13 years ago
806468f
Merge git://git.jan-o-sch.net/btrfs-unstable into integration
by Chris Mason
· 13 years ago
6c41761
btrfs: separate superblock items out of fs_info
by David Sterba
· 14 years ago
5a77d76
Btrfs: release metadata from global reserve if we have to fallback for unlink
by Josef Bacik
· 13 years ago
bfe8684
filesystems: add set_nlink()
by Miklos Szeredi
· 13 years ago
f0dd959
Btrfs: fix direct-io vs nodatacow
by Li Zefan
· 13 years ago
560f7d7
Btrfs: remove BUG_ON() in compress_file_range()
by Li Zefan
· 13 years ago
36ba022
Btrfs: seperate out btrfs_block_rsv_check out into 2 different functions
by Josef Bacik
· 13 years ago
3880a1b
Btrfs: reserve some space for an orphan item when unlinking
by Josef Bacik
· 13 years ago
e70bea5
Btrfs: fix the amount of space reserved for unlink
by Josef Bacik
· 13 years ago
5b0e95b
Btrfs: inline checksums into the disk free space cache
by Josef Bacik
· 13 years ago
8f6d7f4
Btrfs: break out of orphan cleanup if we can't make progress
by Josef Bacik
· 13 years ago
726c35f
Btrfs: use the global reserve as a backup for deleting inodes
by Josef Bacik
· 13 years ago
a8c9e57
Btrfs: fix orphan cleanup regression
by Josef Bacik
· 13 years ago
Next »