summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | ext4: Save stack space by removing fake buffer headsTheodore Ts'o2009-02-231-44/+39
| * | | | ext4: Simplify delalloc implementation by removing mpd.get_blockTheodore Ts'o2009-02-231-67/+58
| * | | | ext4: Validate extent details only when read from the diskAneesh Kumar K.V2009-03-273-7/+29
| * | | | ext4: Add checks to validate extent entries.Aneesh Kumar K.V2009-03-121-10/+71
| * | | | ext4: return -EIO not -ESTALE on directory traversal through deleted inodeBryan Donlan2009-02-221-2/+10
| * | | | ext4: New inode/block allocation algorithms for flex_bg filesystemsTheodore Ts'o2009-03-126-58/+216
| * | | | ext4: tighten restrictions on inode flagsDuane Griffin2009-02-153-11/+23
| * | | | ext4: don't inherit inappropriate inode flags from parentDuane Griffin2009-02-152-1/+8
| * | | | ext4: allocate ->s_blockgroup_lock separatelyPekka Enberg2009-02-152-3/+11
| * | | | ext4: New rec_len encoding for very large blocksizesWei Yongjun2009-02-143-69/+98
| * | | | ext4: Use unsigned int for blocksize in dx_make_map() and dx_pack_dirents()Theodore Ts'o2009-02-141-8/+8
| * | | | ext4: remove call to ext4_group_desc() in ext4_group_used_meta_blocks()Theodore Ts'o2009-02-061-6/+3
| * | | | ext4: Remove stale block allocator references from ext4.hMike Snitzer2009-02-064-18/+0
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-04-0124-1622/+2762
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Btrfs: try to free metadata pages when we free btree blocksChris Mason2009-03-311-0/+4
| * | | | Btrfs: add extra flushing for renames and truncatesChris Mason2009-03-318-7/+288
| * | | | Btrfs: make sure btrfs_update_delayed_ref doesn't increase ref_modChris Mason2009-03-252-3/+8
| * | | | Btrfs: optimize fsyncs on old filesChris Mason2009-03-241-1/+44
| * | | | Btrfs: tree logging unlink/rename fixesChris Mason2009-03-247-98/+372
| * | | | Btrfs: Make sure i_nlink doesn't hit zero too soon during log replayChris Mason2009-03-241-0/+11
| * | | | Btrfs: limit balancing work while flushing delayed refsChris Mason2009-03-241-3/+9
| * | | | Btrfs: readahead checksums during btrfs_finish_ordered_ioChris Mason2009-03-241-2/+33
| * | | | Btrfs: leave btree locks spinning more oftenChris Mason2009-03-2414-96/+172
| * | | | Btrfs: Only let very young transactions grow during commitChris Mason2009-03-241-3/+10
| * | | | Btrfs: Check for a blocking lock before taking the spinChris Mason2009-03-241-2/+8
| * | | | Btrfs: reduce stack in cow_file_rangeChris Mason2009-03-241-8/+7
| * | | | Btrfs: reduce stalls during transaction commitChris Mason2009-03-244-8/+80
| * | | | Btrfs: process the delayed reference queue in clustersChris Mason2009-03-246-113/+226
| * | | | Btrfs: try to cleanup delayed refs while freeing extentsChris Mason2009-03-243-3/+87
| * | | | Btrfs: reduce stack usage in some crucial tree balancing functionsChris Mason2009-03-241-180/+278
| * | | | Btrfs: do extent allocation and reference count updates in the backgroundChris Mason2009-03-2411-1140/+1234
| * | | | Btrfs: don't preallocate metadata blocks during btrfs_search_slotChris Mason2009-03-243-85/+21
* | | | | autofs4: fix lookup deadlockIan Kent2009-04-011-20/+21
* | | | | autofs4: cleanup expire code duplicationIan Kent2009-04-013-38/+20
* | | | | ecryptfs: use kzfree()Johannes Weiner2009-04-012-4/+2
* | | | | ramfs: add support for "mode=" mount optionWu Fengguang2009-04-011-8/+86
* | | | | epoll keyed wakeups: make eventfd use keyed wakeupsDavide Libenzi2009-04-011-3/+3
* | | | | epoll keyed wakeups: teach epoll about hints coming with the wakeup keyDavide Libenzi2009-04-011-2/+29
* | | | | eventfd: improve support for semaphore-like behaviorDavide Libenzi2009-04-011-9/+11
* | | | | epoll: use real type instead of void *Tony Battersby2009-04-011-1/+1
* | | | | epoll: clean up ep_modifyTony Battersby2009-04-011-12/+7
* | | | | epoll: remove unnecessary xchgTony Battersby2009-04-011-14/+8
* | | | | epoll: remember the event if epoll_wait returns -EFAULTTony Battersby2009-04-011-1/+3
* | | | | epoll: don't use current in irq contextTony Battersby2009-04-011-7/+8
* | | | | epoll: remove debugging codeDavide Libenzi2009-04-011-67/+11
* | | | | epoll: fix epoll's own poll (update)Davide Libenzi2009-04-011-53/+57
* | | | | epoll: fix epoll's own pollDavide Libenzi2009-04-011-207/+304
* | | | | ntfs: remove private wrapper of endian helpersHarvey Harrison2009-04-017-227/+215
* | | | | filesystem freeze: allow SysRq emergency thaw to thaw frozen filesystemsEric Sandeen2009-04-011-0/+33
* | | | | vmscan: fix it to take care of nodemaskKAMEZAWA Hiroyuki2009-04-011-1/+1