aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* FS-Cache: Make sure FSCACHE_COOKIE_LOOKING_UP cleared on lookup failureDavid Howells2009-11-191-5/+12
* FS-Cache: Add a retirement stat counterDavid Howells2009-11-193-2/+7
* FS-Cache: Handle pages pending storage that get evicted under OOM conditionsDavid Howells2009-11-196-34/+100
* FS-Cache: Handle read request vs lookup, creation or other cache failureDavid Howells2009-11-193-2/+10
* FS-Cache: Don't delete pending pages from the page-store tracking treeDavid Howells2009-11-191-2/+5
* FS-Cache: Fix lock misorder in fscache_write_op()David Howells2009-11-194-19/+48
* FS-Cache: The object-available state can't rely on the cookie to be availableDavid Howells2009-11-191-2/+7
* FS-Cache: Permit cache retrieval ops to be interrupted in the initial wait phaseDavid Howells2009-11-194-39/+113
* FS-Cache: Use radix tree preload correctly in tracking of pages to be storedDavid Howells2009-11-191-1/+3
* FS-Cache: Clear netfs pointers in cookie after detaching object, not beforeDavid Howells2009-11-191-4/+4
* FS-Cache: Add counters for entry/exit to/from cache operation functionsDavid Howells2009-11-196-9/+118
* FS-Cache: Allow the current state of all objects to be dumpedDavid Howells2009-11-1912-3/+484
* FS-Cache: Annotate slow-work runqueue proc lines for FS-Cache work itemsDavid Howells2009-11-193-6/+91
* SLOW_WORK: Wait for outstanding work items belonging to a module to clearDavid Howells2009-11-195-5/+8
* fcntl: rename F_OWNER_GID to F_OWNER_PGRPPeter Zijlstra2009-11-171-2/+2
* procfs: fix /proc/<pid>/stat stack pointer for kernel threadsStefani Seibold2009-11-171-1/+1
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2009-11-172-5/+22
|\
| * xfs: copy li_lsn before dropping AIL lockNathaniel W. Turner2009-11-171-3/+20
| * XFS bug in log recover with quota (bugzilla id 855)Jan Rekorajski2009-11-171-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2009-11-171-1/+1
|\ \
| * | cifs: clear server inode number flag while autodisablingSuresh Jayaraman2009-11-161-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2009-11-173-4/+5
|\ \ \ | |_|/ |/| |
| * | nilfs2: deleted inconsistent comment in nilfs_load_inode_block()Jiro SEKIBA2009-11-151-1/+0
| * | nilfs2: fix lock order reversal in chcp operationRyusuke Konishi2009-11-132-3/+5
* | | Fix memory corruption caused by nfsd readdir+Petr Vandrovec2009-11-141-1/+1
|/ /
* | __generic_block_fiemap(): fix for files bigger than 4GBMike Hommey2009-11-121-1/+1
* | exec: setup_arg_pages() fails to return errorsAnton Blanchard2009-11-121-5/+3
* | fs: add missing compat_ptr handling for FS_IOC_RESVSP ioctlHeiko Carstens2009-11-121-2/+2
* | pidns: fix a leak in /proc dentries and inodes with pid namespaces.Sukadev Bhattiprolu2009-11-121-2/+1
* | fs/jbd: Export log_start_commit to fix ext3 build.Stefan Schmidt2009-11-121-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-11-116-50/+183
|\ \
| * | Btrfs: fix panic when trying to destroy a newly allocatedJosef Bacik2009-11-111-0/+10
| * | Btrfs: allow more metadata chunk preallocationChris Mason2009-11-111-2/+2
| * | Btrfs: fallback on uncompressed io if compressed io failsJosef Bacik2009-11-111-8/+23
| * | Btrfs: find ideal block group for cachingJosef Bacik2009-11-111-23/+86
| * | Btrfs: avoid null deref in unpin_extent_cache()Dan Carpenter2009-11-111-1/+1
| * | Btrfs: skip btrfs_release_path in btrfs_update_root and btrfs_del_rootLi Dongyang2009-11-111-2/+0
| * | Btrfs: fix some metadata enospc issuesJosef Bacik2009-11-111-5/+31
| * | Btrfs: fix how we set max_size for free space clustersJosef Bacik2009-11-111-1/+1
| * | Btrfs: cleanup transaction starting and fix journal_info usageJosef Bacik2009-11-111-6/+13
| * | Btrfs: fix data allocation hint startJosef Bacik2009-11-111-2/+16
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2009-11-115-21/+57
|\ \ \
| * | | JBD/JBD2: free j_wbuf if journal init fails.Tao Ma2009-11-112-0/+4
| * | | ext3: Wait for proper transaction commit on fsyncJan Kara2009-11-113-21/+49
| * | | ext3: retry failed direct IO allocationsEric Sandeen2009-11-111-0/+4
| | |/ | |/|
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2009-11-114-32/+45
|\ \ \ | |/ / |/| |
| * | ext4: partial revert to fix double brelse WARNING()Theodore Ts'o2009-11-081-12/+4
| * | ext4: Fix return value of ext4_split_unwritten_extents() to fix direct I/OMingming2009-11-061-6/+7
| * | ext4: code clean up for dio fallocate handlingMingming2009-11-031-5/+4
| * | ext4: skip conversion of uninit extents after direct IO if there isn't anyMingming2009-11-103-6/+21