aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-07-305-12/+28
|\
| * Btrfs: be more polite in the async caching threadsChris Mason2009-07-303-2/+14
| * Btrfs: preserve commit_root for async cachingYan Zheng2009-07-304-10/+14
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2009-07-301-0/+12
|\ \
| * | udf: Fix loading of VAT inode when drive wrongly reports number of recorded b...Jan Kara2009-07-301-0/+12
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2009-07-301-3/+4
|\ \ \
| * | | quota: Silence lockdep on quota_onJan Kara2009-07-301-3/+4
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds2009-07-308-75/+195
|\ \ \ | |/ / |/| |
| * | GFS2: remove dcache entries for remote deleted inodesBenjamin Marzinski2009-07-305-5/+65
| * | GFS2: Fix incorrent statfs consistency checkBenjamin Marzinski2009-07-301-11/+3
| * | GFS2: Don't put unlikely reclaim candidates on the reclaim list.Benjamin Marzinski2009-07-301-26/+46
| * | GFS2: Don't try and dealloc own inodeSteven Whitehouse2009-07-301-3/+6
| * | GFS2: Fix panic in glock memory shrinkerBenjamin Marzinski2009-07-301-0/+4
| * | GFS2: keep statfs info in sync on growsBenjamin Marzinski2009-07-303-14/+68
| * | GFS2: Shrink the shrinkerSteven Whitehouse2009-07-301-18/+5
* | | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2009-07-291-0/+10
|\ \ \
| * | | PM / Hibernate: Replace bdget call with simple atomic_inc of i_countAlan Jenkins2009-07-291-0/+10
* | | | fs/ramfs/file-nommu.c needs include/linux/sched.hCatalin Marinas2009-07-291-0/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-07-291-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | sysfs: fix hardlink count on device_movePeter Oberparleiter2009-07-281-0/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-07-2813-452/+1343
|\ \ \ \ | | |_|/ | |/| |
| * | | Btrfs: Fix async caching interaction with unmountYan Zheng2009-07-282-1/+6
| * | | Btrfs: change how we unpin extentsJosef Bacik2009-07-274-113/+46
| * | | Btrfs: Correct redundant test in add_inode_refJulia Lawall2009-07-271-1/+1
| * | | Btrfs: find smallest available device extent during chunk allocationChris Mason2009-07-241-2/+10
| * | | Btrfs: clear all space_info->full after removing a block groupChris Mason2009-07-241-1/+2
| * | | Btrfs: make flushoncommit mount option correctly wait on ordered_extentsSage Weil2009-07-241-3/+5
| * | | Btrfs: Avoid delayed reference update loopingYan Zheng2009-07-241-4/+1
| * | | Btrfs: Fix ordering of key field checks in btrfs_previous_itemYan Zheng2009-07-241-2/+2
| * | | Btrfs: find_free_dev_extent doesn't handle holes at the start of the deviceYan Zheng2009-07-241-3/+7
| * | | Btrfs: Remove code duplication in comp_keysDiego Calleja2009-07-241-13/+1
| * | | Btrfs: async block group cachingJosef Bacik2009-07-246-124/+439
| * | | Btrfs: use hybrid extents+bitmap rb tree for free spaceJosef Bacik2009-07-244-216/+826
| * | | Btrfs: Fix crash on read failures at mountDavid Woodhouse2009-07-221-0/+10
| * | | Btrfs: remove of redundant btrfs_header_levelDaniel Cadete2009-07-221-3/+3
| * | | Btrfs: adjust NULL testJulia Lawall2009-07-221-1/+1
| * | | Btrfs: Remove broken sanity check from btrfs_rmap_block()David Woodhouse2009-07-221-20/+0
| * | | Btrfs: convert nested spin_lock_irqsave to spin_lockJulia Lawall2009-07-221-2/+2
| * | | Btrfs: make sure all dirty blocks are written at commit timeYan Zheng2009-07-222-37/+42
| * | | Btrfs: fix locking issue in btrfs_find_next_keyYan Zheng2009-07-222-33/+65
| * | | Btrfs: fix double increment of path->slots[0] in btrfs_next_leafYan Zheng2009-07-221-1/+2
| * | | Btrfs: properly update space information after shrinking device.Yan Zheng2009-07-221-2/+2
| * | | Btrfs: fix definition of struct btrfs_extent_inline_refYan Zheng2009-07-221-1/+1
* | | | eCryptfs: parse_tag_3_packet check tag 3 packet encrypted key sizeRamon de Carvalho Valle2009-07-281-0/+7
* | | | eCryptfs: Check Tag 11 literal data buffer sizeTyler Hicks2009-07-281-0/+6
| |/ / |/| |
* | | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2009-07-276-58/+90
|\ \ \
| * | | inotify: use GFP_NOFS under potential memory pressureEric Paris2009-07-213-11/+20
| * | | fsnotify: fix inotify tail drop check with path entriesEric Paris2009-07-211-0/+1
| * | | inotify: check filename before dropping repeat eventsEric Paris2009-07-211-2/+7
| * | | fsnotify: use def_bool in kconfig instead of letting the user chooseEric Paris2009-07-213-13/+3