aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds5-12/+28
2009-07-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6Linus Torvalds1-0/+12
2009-07-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-quota-2.6Linus Torvalds1-3/+4
2009-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds8-75/+195
2009-07-30ocfs2/quota: Release lock for error in ocfs2_quota_write.Tao Ma1-1/+1
2009-07-30quota: Silence lockdep on quota_onJan Kara1-3/+4
2009-07-30udf: Fix loading of VAT inode when drive wrongly reports number of recorded blocksJan Kara1-0/+12
2009-07-30Btrfs: be more polite in the async caching threadsChris Mason3-2/+14
2009-07-30Btrfs: preserve commit_root for async cachingYan Zheng4-10/+14
2009-07-30GFS2: remove dcache entries for remote deleted inodesBenjamin Marzinski5-5/+65
2009-07-30GFS2: Fix incorrent statfs consistency checkBenjamin Marzinski1-11/+3
2009-07-30GFS2: Don't put unlikely reclaim candidates on the reclaim list.Benjamin Marzinski1-26/+46
2009-07-30GFS2: Don't try and dealloc own inodeSteven Whitehouse1-3/+6
2009-07-30GFS2: Fix panic in glock memory shrinkerBenjamin Marzinski1-0/+4
2009-07-30GFS2: keep statfs info in sync on growsBenjamin Marzinski3-14/+68
2009-07-30GFS2: Shrink the shrinkerSteven Whitehouse1-18/+5
2009-07-30[CIFS] Updates fs/cifs/CHANGESSteve French1-0/+6
2009-07-29Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6Linus Torvalds1-0/+10
2009-07-29fs/ramfs/file-nommu.c needs include/linux/sched.hCatalin Marinas1-0/+1
2009-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-0/+2
2009-07-29PM / Hibernate: Replace bdget call with simple atomic_inc of i_countAlan Jenkins1-0/+10
2009-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds13-452/+1343
2009-07-28eCryptfs: parse_tag_3_packet check tag 3 packet encrypted key sizeRamon de Carvalho Valle1-0/+7
2009-07-28eCryptfs: Check Tag 11 literal data buffer sizeTyler Hicks1-0/+6
2009-07-28sysfs: fix hardlink count on device_movePeter Oberparleiter1-0/+2
2009-07-28Btrfs: Fix async caching interaction with unmountYan Zheng2-1/+6
2009-07-28cifs: fix error handling in mount-time DFS referral chasing codeJeff Layton2-6/+19
2009-07-27Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds6-58/+90
2009-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6Linus Torvalds1-3/+1
2009-07-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds4-63/+66
2009-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2-7/+10
2009-07-27Btrfs: change how we unpin extentsJosef Bacik4-113/+46
2009-07-27Btrfs: Correct redundant test in add_inode_refJulia Lawall1-1/+1
2009-07-24Btrfs: find smallest available device extent during chunk allocationChris Mason1-2/+10
2009-07-24Btrfs: clear all space_info->full after removing a block groupChris Mason1-1/+2
2009-07-24Btrfs: make flushoncommit mount option correctly wait on ordered_extentsSage Weil1-3/+5
2009-07-24Btrfs: Avoid delayed reference update loopingYan Zheng1-4/+1
2009-07-24Btrfs: Fix ordering of key field checks in btrfs_previous_itemYan Zheng1-2/+2
2009-07-24Btrfs: find_free_dev_extent doesn't handle holes at the start of the deviceYan Zheng1-3/+7
2009-07-24Btrfs: Remove code duplication in comp_keysDiego Calleja1-13/+1
2009-07-24Btrfs: async block group cachingJosef Bacik6-124/+439
2009-07-24Btrfs: use hybrid extents+bitmap rb tree for free spaceJosef Bacik4-216/+826
2009-07-23ocfs2: Define credit counts for quota operationsJan Kara3-12/+35
2009-07-23ocfs2: Remove syncjiff field from quota infoJan Kara2-4/+2
2009-07-23ocfs2: Fix initialization of blockcheck statsJan Kara1-0/+1
2009-07-23ocfs2: Zero out padding of on disk dquot structureJan Kara1-0/+1
2009-07-23ocfs2: Initialize blocks allocated to local quota fileJan Kara1-15/+83
2009-07-23ocfs2: Mark buffer uptodate before calling ocfs2_journal_access_dq()Jan Kara1-1/+3
2009-07-23ocfs2: Make global quota files blocksize alignedJan Kara1-2/+5
2009-07-23ocfs2: Use ocfs2_rec_clusters in ocfs2_adjust_adjacent_records.Tao Ma1-1/+2