- 0f6e0e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 14 years ago
- 422e6c4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
- a002951 Merge branch 'next' into for-linus by James Morris · 14 years ago
- f17b604 fs: Remove i_nlink check from file system link callback by Aneesh Kumar K.V · 14 years ago
- 0e5b88c Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
- 7e6b646 btrfs: fix not enough reserved space by Miao Xie · 14 years ago
- b4966b7 btrfs: fix dip leak by Daniel J Blueman · 14 years ago
- fe3fa43 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next by James Morris · 14 years ago
- 4660ba6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
- ec29ed5 Btrfs: fix fiemap bugs with delalloc by Chris Mason · 14 years ago
- 007a14a Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
- c26a920 Btrfs: check return value of alloc_extent_map() by Tsutomu Itoh · 14 years ago
- cb5520f Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
- 554233a btrfs: cleanup error handling in btrfs_unlink_inode() by Tsutomu Itoh · 14 years ago
- 2a7dba3 fs/vfs/security: pass last path component to LSM on inode creation by Eric Paris · 14 years ago
- 98d5dc1 btrfs: fix return value check of btrfs_start_transaction() by Tsutomu Itoh · 14 years ago
- dedefd7 Btrfs: fix check_path_shared so it returns the right value by Josef Bacik · 14 years ago
- 3612b49 btrfs: fix return value check of btrfs_join_transaction() by Tsutomu Itoh · 14 years ago
- 34d19ba fs/btrfs/inode.c: Add missing IS_ERR test by Julia Lawall · 14 years ago
- eab49be Merge branch 'bug-fixes' of git://repo.or.cz/linux-btrfs-devel into btrfs-38 by Chris Mason · 14 years ago
- b897abe Btrfs: Fix memory leak in writepage fixup work by Miao Xie · 14 years ago
- eee2a81 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
- 2fe17c1 fallocate should be a file operation by Christoph Hellwig · 14 years ago
- 64c23e8 make the feature checks in ->fallocate future proof by Christoph Hellwig · 14 years ago
- f892436 Merge branch 'lzo-support' of git://repo.or.cz/linux-btrfs-devel into btrfs-38 by Chris Mason · 14 years ago
- 23a8519 Btrfs: fail if we try to use hole punch by Josef Bacik · 14 years ago
- af53d29 switch btrfs, close races by Al Viro · 14 years ago
- 258a5aa btrfs: provide simple rcu-walk ACL implementation by Nick Piggin · 14 years ago
- b74c79e fs: provide rcu-walk aware permission i_ops by Nick Piggin · 14 years ago
- fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 14 years ago
- fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 14 years ago
- fe15ce4 fs: change d_delete semantics by Nick Piggin · 14 years ago
- b83cc96 Btrfs: Add readonly snapshots support by Li Zefan · 14 years ago
- 261507a0 btrfs: Allow to add new compression algorithm by Li Zefan · 14 years ago
- e13cf63 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
- 3dd1462 Btrfs: fix compiler warnings by Jan Beulich · 14 years ago
- 24ae636 Btrfs: Fix page leak in compressed writeback path by Yan, Zheng · 14 years ago
- 955256f Btrfs: fix use after free in O_DIRECT by Josef Bacik · 14 years ago
- aa3fc52 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
- 163cf09 Btrfs: deal with DIO bios that span more than one ordered extent by Chris Mason · 14 years ago
- bc1cbf1 Btrfs: update inode ctime when using links by Josef Bacik · 14 years ago
- 0ed42a6 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
- a1b075d Btrfs: make btrfs_add_nondir take parent inode as an argument 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
- f209561 btrfs: Show device attr correctly for symlinks by Li Zefan · 14 years ago
- e65e153 btrfs: fix panic caused by direct IO by Miao Xie · 14 years ago
- 0c56fa9 btrfs: fix free dip and dip->csums twice by Miao Xie · 14 years ago
- 925d169 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
- 6418c96 Btrfs: deal with errors from updating the tree log 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
- 6b5b817 Merge branch 'bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-work by Chris Mason · 14 years ago
- 0cb59c9 Btrfs: write out free space cache by Josef Bacik · 15 years ago
- 0af3d00 Btrfs: create special free space cache inode by Josef Bacik · 15 years ago
- 7de9c6ee new helper: ihold() by Al Viro · 14 years ago
- 1d3382cb new helper: inode_unhashed() by Al Viro · 14 years ago
- 0019f10 Btrfs: re-work delalloc flushing by Josef Bacik · 14 years ago
- 2f9e825 Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
- 696ac96 btrfs: remove junk sb_dirt change by Artem Bityutskiy · 15 years ago
- 45321ac Make ->drop_inode() just return whether inode needs to be dropped by Al Viro · 15 years ago
- bd55597 convert btrfs to ->evict_inode() by Al Viro · 15 years ago
- a4ffdde simplify checks for I_CLEAR/I_FREEING by Al Viro · 15 years ago
- 1025774 remove inode_setattr by Christoph Hellwig · 15 years ago
- 7b6d91d block: unify flags for struct bio and struct request by Christoph Hellwig · 14 years ago
- b25b550 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
- 0e4dcbef Btrfs: uninitialized data is check_path_shared() by Dan Carpenter · 15 years ago
- 8360977 Btrfs: fix fallocate regression by Josef Bacik · 15 years ago
- 105a048 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
- 9aeead7 Btrfs: add more error checking to btrfs_dirty_inode by Chris Mason · 15 years ago
- 5a5f79b Btrfs: allow unaligned DIO by Chris Mason · 15 years ago
- 46bfbb5 Btrfs: fix preallocation and nodatacow checks in O_DIRECT by Chris Mason · 15 years ago
- 94b6044 Btrfs: avoid ENOSPC errors in btrfs_dirty_inode by Chris Mason · 15 years ago
- 3f7c579 Btrfs: move O_DIRECT space reservation to btrfs_direct_IO by Chris Mason · 15 years ago
- 4845e44 Btrfs: rework O_DIRECT enospc handling by Chris Mason · 15 years ago
- eaf25d9 Btrfs: use async helpers for DIO write checksumming by Chris Mason · 15 years ago
- 4b46fce Btrfs: add basic DIO read/write support by Josef Bacik · 15 years ago
- efa5646 Btrfs: Pre-allocate space for data relocation by Yan, Zheng · 15 years ago
- d68fc57 Btrfs: Metadata reservation for orphan inodes by Yan, Zheng · 15 years ago
- 8929ecfa Btrfs: Introduce global metadata reservation by Yan, Zheng · 15 years ago
- 0ca1f7c Btrfs: Update metadata reservation for delayed allocation by Yan, Zheng · 15 years ago
- a22285a Btrfs: Integrate metadata reservation with start_transaction by Yan, Zheng · 15 years ago
- 2ead6ae Btrfs: Kill init_btrfs_i() by Yan, Zheng · 15 years ago
- 5da9d01 Btrfs: Shrink delay allocated space in a synchronized by Yan, Zheng · 15 years ago
- ecc11fab btrfs: replace inode uid,gid,mode initialization with helper function by Dmitry Monakhov · 15 years ago
- 795d580 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
- 287a0ab Btrfs: kill max_extent mount option by Josef Bacik · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- 441f405 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
- 2ac55d4 Btrfs: cache the extent state everywhere we possibly can V2 by Josef Bacik · 15 years ago
- 5a1a3df Btrfs: cache ordered extent when completing io by Josef Bacik · 15 years ago
- 0be2e98 btrfs: fix btrfs_mkdir goto for no free objectids by Miao Xie · 15 years ago
- 1e701a3 Btrfs: add new defrag-range ioctl. by Chris Mason · 15 years ago
- 73f7341 Btrfs: change how we mount subvolumes by Josef Bacik · 15 years ago
- a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 15 years ago
- 23b5c50 Btrfs: apply updated fallocate i_size fix by Aneesh Kumar K.V · 15 years ago
- efd049f Btrfs: do not try and lookup the file extent when finishing ordered io by Josef Bacik · 15 years ago
- e3acc2a Btrfs: run orphan cleanup on default fs root by Josef Bacik · 15 years ago
- d1ea6a6 Btrfs: Use correct values when updating inode i_size on fallocate by Aneesh Kumar K.V · 15 years ago