Sign in
android-kvm
/
linux
/
4b72029dc3fd6ba7dc45ccd1cf0aa0ebfa209bd3
/
fs
4b72029
btrfs: Fix error handling in zlib
by Li Zefan
· 14 years ago
8844355
btrfs: Fix bugs in zlib workspace
by Li Zefan
· 14 years ago
83a50de
Btrfs: prevent RAID level downgrades when space is low
by Chris Mason
· 14 years ago
cd02dca
Btrfs: account for missing devices in RAID allocation profiles
by Chris Mason
· 14 years ago
68433b7
Btrfs: EIO when we fail to read tree roots
by Chris Mason
· 14 years ago
3dd1462
Btrfs: fix compiler warnings
by Jan Beulich
· 14 years ago
fdfb1e4
Btrfs: Make async snapshot ioctl more generic
by Li Zefan
· 14 years ago
914ee29
Btrfs: pwrite blocked when writing from the mmaped buffer of the same page
by Xin Zhong
· 14 years ago
f106e82c
Btrfs: Fix a crash when mounting a subvolume
by Li Zefan
· 14 years ago
75eaa0e
Btrfs: fix sync subvol/snapshot creation
by Sage Weil
· 14 years ago
24ae636
Btrfs: Fix page leak in compressed writeback path
by Yan, Zheng
· 14 years ago
84cd948
Btrfs: do not BUG if we fail to remove the orphan item for dead snapshots
by Josef Bacik
· 14 years ago
7e1fea7
Btrfs: fixup return code for btrfs_del_orphan_item
by Josef Bacik
· 14 years ago
b8399de
Btrfs: do not do fast caching if we are allocating blocks for tree_root
by Josef Bacik
· 14 years ago
2b20982
Btrfs: deal with space cache errors better
by Josef Bacik
· 14 years ago
955256f
Btrfs: fix use after free in O_DIRECT
by Josef Bacik
· 14 years ago
5a92bc8
Btrfs: don't use migrate page without CONFIG_MIGRATION
by Chris Mason
· 14 years ago
163cf09
Btrfs: deal with DIO bios that span more than one ordered extent
by Chris Mason
· 14 years ago
450ba0e
Btrfs: setup blank root and fs_info for mount time
by Josef Bacik
· 14 years ago
975f84f
Btrfs: fix fiemap
by Josef Bacik
· 14 years ago
619c8c7
Btrfs - fix race between btrfs_get_sb() and umount
by Ian Kent
· 14 years ago
bc1cbf1
Btrfs: update inode ctime when using links
by Josef Bacik
· 14 years ago
0ed42a63
Btrfs: make sure new inode size is ok in fallocate
by Josef Bacik
· 14 years ago
55a61d1
Btrfs: fix typo in fallocate to make it honor actual size
by Josef Bacik
· 14 years ago
45f49bc
Btrfs: avoid NULL pointer deref in try_release_extent_buffer
by Chris Mason
· 14 years ago
a1b075d
Btrfs: make btrfs_add_nondir take parent inode as an argument
by Josef Bacik
· 14 years ago
495e867
Btrfs: hold i_mutex when calling btrfs_log_dentry_safe
by Josef Bacik
· 14 years ago
6a91221
Btrfs: use dget_parent where we can UPDATED
by Josef Bacik
· 14 years ago
7619585
Btrfs: fix more ESTALE problems with NFS
by Josef Bacik
· 14 years ago
2ede0da
Btrfs: handle NFS lookups properly
by Josef Bacik
· 14 years ago
0410c94
btrfs: make 1-bit signed fileds unsigned
by Mariusz Kozlowski
· 14 years ago
f209561
btrfs: Show device attr correctly for symlinks
by Li Zefan
· 14 years ago
5f3888f
btrfs: Set file size correctly in file clone
by Li Zefan
· 14 years ago
2a6b8da
btrfs: Check if dest_offset is block-size aligned before cloning file
by Li Zefan
· 14 years ago
0de9087
Btrfs: handle the space_cache option properly
by Josef Bacik
· 14 years ago
6f33434
btrfs: Fix early enospc because 'unused' calculated with wrong sign.
by Arne Jansen
· 14 years ago
e65e153
btrfs: fix panic caused by direct IO
by Miao Xie
· 14 years ago
88f794e
btrfs: cleanup duplicate bio allocating functions
by Miao Xie
· 14 years ago
0c56fa9
btrfs: fix free dip and dip->csums twice
by Miao Xie
· 14 years ago
784b4e2
Btrfs: add migrate page for metadata inode
by Chris Mason
· 14 years ago
6418c96
Btrfs: deal with errors from updating the tree log
by Chris Mason
· 14 years ago
4260f7c
Btrfs: allow subvol deletion by unprivileged user with -o user_subvol_rm_allowed
by Sage Weil
· 14 years ago
531cb13
Btrfs: make SNAP_DESTROY async
by Sage Weil
· 14 years ago
72fd032
Btrfs: add SNAP_CREATE_ASYNC ioctl
by Sage Weil
· 14 years ago
4620459
Btrfs: add START_SYNC, WAIT_SYNC ioctls
by Sage Weil
· 14 years ago
bb9c12c
Btrfs: async transaction commit
by Sage Weil
· 14 years ago
99d16cb
Btrfs: fix deadlock in btrfs_commit_transaction
by Sage Weil
· 14 years ago
fccdae4
Btrfs: fix lockdep warning on clone ioctl
by Sage Weil
· 14 years ago
050006a
Btrfs: fix clone ioctl where range is adjacent to extent
by Sage Weil
· 14 years ago
9a01919
Btrfs: fix delalloc checks in clone ioctl
by Sage Weil
· 14 years ago
d8e39c4
Btrfs: drop unused variable in block_alloc_rsv
by Chris Mason
· 14 years ago
559af82
Btrfs: cleanup warnings from gcc 4.6 (nonbugs)
by Andi Kleen
· 14 years ago
411fc6b
Btrfs: Fix variables set but not read (bugs found by gcc 4.6)
by Andi Kleen
· 14 years ago
d0b678c
Btrfs: Use ERR_CAST helpers
by Julia Lawall
· 14 years ago
2354d08f
Btrfs: use memdup_user helpers
by Julia Lawall
· 14 years ago
18e503d
Btrfs: fix raid code for removing missing drives
by Chris Mason
· 14 years ago
19fe0a8
Btrfs: Switch the extent buffer rbtree into a radix tree
by Miao Xie
· 14 years ago
897ca6e9
Btrfs: restructure try_release_extent_buffer()
by Miao Xie
· 14 years ago
bf9022e
Btrfs: use the flusher threads for delalloc throttling
by Chris Mason
· 14 years ago
e5bc245
Btrfs: tune the chunk allocation to 5% of the FS as metadata
by Chris Mason
· 14 years ago
3259f8b
Add new functions for triggering inode writeback
by Chris Mason
· 14 years ago
cb44921
Btrfs: don't loop forever on bad btree blocks
by Chris Mason
· 14 years ago
6b5b817
Merge branch 'bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-work
by Chris Mason
· 14 years ago
8216ef8
Btrfs: let the user know space caching is enabled
by Josef Bacik
· 14 years ago
88c2ba3
Btrfs: Add a clear_cache mount option
by Josef Bacik
· 14 years ago
6737773
Btrfs: add support for mixed data+metadata block groups
by Josef Bacik
· 14 years ago
dde5abe
Btrfs: check cache->caching_ctl before returning if caching has started
by Josef Bacik
· 14 years ago
9d66e23
Btrfs: load free space cache if it exists
by Josef Bacik
· 14 years ago
0cb59c9
Btrfs: write out free space cache
by Josef Bacik
· 14 years ago
0af3d00
Btrfs: create special free space cache inode
by Josef Bacik
· 15 years ago
e9bb7f10
Btrfs: remove warn_on from use_block_rsv
by Josef Bacik
· 14 years ago
3822793
Btrfs: set trans to null in reserve_metadata_bytes if we commit the transaction
by Josef Bacik
· 14 years ago
0e78340
Btrfs: fix error handling in btrfs_get_sb
by Josef Bacik
· 14 years ago
8bb8ab2
Btrfs: rework how we reserve metadata bytes
by Josef Bacik
· 14 years ago
14ed0ca
Btrfs: don't allocate chunks as aggressively
by Josef Bacik
· 14 years ago
0019f10
Btrfs: re-work delalloc flushing
by Josef Bacik
· 14 years ago
6d48755
Btrfs: fix reservation code for mixed block groups
by Josef Bacik
· 14 years ago
89a5589
Btrfs: fix df regression
by Josef Bacik
· 14 years ago
bf5fc093
Btrfs: fix the df ioctl to report raid types
by Josef Bacik
· 14 years ago
a1f76506
Btrfs: stop trying to shrink delalloc if there are no inodes to reclaim
by Josef Bacik
· 14 years ago
8fd01d6
Export dump_{write,seek} to binary loader modules
by Linus Torvalds
· 14 years ago
3aa0ce8
Un-inline the core-dump helper functions
by Linus Torvalds
· 14 years ago
0eead9ab
Don't dump task struct in a.out core-dumps
by Linus Torvalds
· 14 years ago
8c35bf3
Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 14 years ago
b1e86db
nfsd: fix BUG at fs/nfsd/nfsfh.h:199 on unlink
by J. Bruce Fields
· 14 years ago
7c534773
fanotify: disable fanotify syscalls
by Eric Paris
· 14 years ago
8dc54e4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 14 years ago
267aeb6
Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd
by Linus Torvalds
· 14 years ago
f17b1f9
exofs: Fix double page_unlock BUG in write_begin/end
by Boaz Harrosh
· 14 years ago
5710c2b
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 14 years ago
d91f243
ceph: update issue_seq on cap grant
by Sage Weil
· 14 years ago
21b559d
ceph: send cap release message early on failed revoke.
by Greg Farnum
· 14 years ago
bba0cd0
ceph: Update max_len with minimum required size
by Aneesh Kumar K.V
· 14 years ago
92923dc
ceph: Fix return value of encode_fh function
by Aneesh Kumar K.V
· 14 years ago
6bc1887
ceph: avoid null deref in osd request error path
by Sage Weil
· 14 years ago
936aeb5
ceph: fix list_add usage on unsafe_writes list
by Henry C Chang
· 14 years ago
081003f
xfs: properly account for reclaimed inodes
by Johannes Weiner
· 14 years ago
089eed2
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
8fe9793
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 14 years ago
aaead25
writeback: always use sb->s_bdi for writeback purposes
by Christoph Hellwig
· 14 years ago
Next »