summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2011-09-11Btrfs: fix wrong nbytes information of the inodeMiao Xie
2011-09-11Btrfs: fix the file extent gap when doing direct IOMiao Xie
2011-09-11Btrfs: fix unclosed transaction handle in btrfs_cont_expandMiao Xie
2011-09-11Btrfs: fix misuse of trans block rsvLiu Bo
2011-09-11Btrfs: reset to appropriate block rsv after orphan operationsLiu Bo
2011-09-11Btrfs: skip locking if searching the commit root in csum lookupJosef Bacik
2011-09-11btrfs: fix warning in iput for bad-inodeSergei Trofimovich
2011-09-11Btrfs: fix an oops when deleting snapshotsLiu Bo
2011-09-11mtd: rename MTD_OOB_* to MTD_OPS_*Brian Norris
2011-09-11jffs2: use mutex_is_locked() in __jffs2_flush_wbuf()Alexey Khoroshilov
2011-09-11jffs2: Avoid unneeded 'if' before kfreeJesper Juhl
2011-09-10Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds
2011-09-10Avoid dereferencing a 'request_queue' after last close.NeilBrown
2011-09-09ext4: attempt to fix race in bigalloc code pathAditya Kali
2011-09-09ext4: add some tracepoints in ext4/extents.cAditya Kali
2011-09-09ext4: rename ext4_has_free_blocks() to ext4_has_free_clusters()Theodore Ts'o
2011-09-09ext4: rename ext4_claim_free_blocks() to ext4_claim_free_clusters()Theodore Ts'o
2011-09-09ext4: rename ext4_free_blocks_after_init() to ext4_free_clusters_after_init()Theodore Ts'o
2011-09-09ext4: rename ext4_count_free_blocks() to ext4_count_free_clusters()Theodore Ts'o
2011-09-09ext4: Rename ext4_free_blks_{count,set}() to refer to clustersTheodore Ts'o
2011-09-09ext4: enable mounting bigalloc as read/writeTheodore Ts'o
2011-09-09ext4: Fix bigalloc quota accounting and i_blocks valueAditya Kali
2011-09-09ext4: tune mballoc's default group prealloc size for bigalloc file systemsTheodore Ts'o
2011-09-09ext4: teach ext4_statfs() to deal with clusters if bigalloc is enabledTheodore Ts'o
2011-09-09ext4: convert the free_blocks field in s_flex_groups to be free_clustersTheodore Ts'o
2011-09-09ext4: convert s_{dirty,free}blocks_counter to s_{dirty,free}clusters_counterTheodore Ts'o
2011-09-09ext4: teach ext4_ext_truncate() about the bigalloc featureTheodore Ts'o
2011-09-09ext4: teach ext4_ext_map_blocks() about the bigalloc featureTheodore Ts'o
2011-09-09ext4: teach ext4_free_blocks() about bigalloc and clustersTheodore Ts'o
2011-09-09ext4: teach mballoc preallocation code about bigalloc clustersTheodore Ts'o
2011-09-09Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-clientLinus Torvalds
2011-09-09ext4: convert block group-relative offsets to use clustersTheodore Ts'o
2011-09-09ext4: bigalloc changes to block bitmap initialization functionsTheodore Ts'o
2011-09-09ext4: split out ext4_free_blocks_after_init()Theodore Ts'o
2011-09-09vfs: automount should ignore LOOKUP_FOLLOWMiklos Szeredi
2011-09-09ext4: factor out block group accounting into functionsTheodore Ts'o
2011-09-09ext4: convert instances of EXT4_BLOCKS_PER_GROUP to EXT4_CLUSTERS_PER_GROUPTheodore Ts'o
2011-09-09ext4: enforce bigalloc restrictions (e.g., no online resizing, etc.)Theodore Ts'o
2011-09-09ext4: read-only support for bigalloc file systemsTheodore Ts'o
2011-09-09ext4: add ext4-specific kludge to avoid an oops after the disk disappearsTheodore Ts'o
2011-09-08proc: Consider NO_HZ when printing idle and iowait timesMichal Hocko
2011-09-07Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 and git://git....Linus Torvalds
2011-09-07nfsd4: split out some free_generic_stateid codeJ. Bruce Fields
2011-09-07nfsd4: split stateowners into open and lockownersJ. Bruce Fields
2011-09-06ext4: fix partial page writesAllison Henderson
2011-09-06ext4: fix fsx truncate failureAllison Henderson
2011-09-06fs/9p: Use protocol-defined value for lock/getlock 'type' field.Jim Garlick
2011-09-06fs/9p: Always ask new inode in lookup for cache mode disabledAneesh Kumar K.V
2011-09-06fs/9p: Add OS dependent open flags in 9p protocolAneesh Kumar K.V
2011-09-06fs/9p: Don't update file type when updating file attributesAneesh Kumar K.V