summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2008-10-09block: move policy from disk to part0Tejun Heo1-1/+1
2008-10-09block: unify sysfs size node handlingTejun Heo1-2/+2
2008-10-09block: move capacity from disk to part0Tejun Heo1-1/+1
2008-10-09block: introduce partition 0Tejun Heo2-7/+7
2008-10-09block: implement and use {disk|part}_to_dev()Tejun Heo2-39/+44
2008-10-09block: implement extended dev numbersTejun Heo1-1/+8
2008-10-09block: fix diskstats accessTejun Heo1-3/+4
2008-10-09block: fix disk->part[] dereferencing raceTejun Heo2-32/+53
2008-10-09block: don't depend on consecutive minor spaceTejun Heo2-9/+12
2008-10-09block: make variable and argument names more consistentTejun Heo2-20/+21
2008-10-09block: update add_partition() error handlingTejun Heo1-19/+21
2008-10-09block: allow deleting zero length partitionTejun Heo1-2/+0
2008-10-09drop vmerge accountingMikulas Patocka1-11/+1
2008-10-09block: drop virtual merging accountingMikulas Patocka1-4/+2
2008-10-09Let the block device know when sectors can be discardedDavid Woodhouse1-0/+14
2008-10-08[CIFS] Check that last search entry resume key is validSteve French1-3/+24
2008-10-07[CIFS] make sure we have the right resume info before calling CIFSFindNextSteve French3-63/+70
2008-10-07[CIFS] clean up error handling in cifs_unlinkSteve French1-20/+19
2008-10-06ext4: Avoid double dirtying of super block in ext4_put_super()Andi Kleen1-2/+0
2008-10-07Hook ext4 to the vfs fiemap interface.Eric Sandeen5-2/+271
2008-10-06[CIFS] fix some settings of cifsAttrs after calling SetFileInfo and SetPathInfoJeff Layton1-6/+18
2008-10-03generic block based fiemap implementationJosef Bacik6-0/+138
2008-10-03ocfs2: fiemap supportMark Fasheh5-62/+306
2008-10-08vfs: vfs-level fiemap interfaceMark Fasheh1-0/+155
2008-10-08ext4: fix xattr deadlockKalpak Shah1-0/+6
2008-10-06jbd2: Fix buffer head leak when writing the commit blockTheodore Ts'o1-3/+2
2008-10-05ext4: Add debugging markers that can be used by systemtapTheodore Ts'o4-0/+16
2008-10-08jbd2: abort instead of waiting for nonexistent transactionDuane Griffin1-2/+17
2008-10-10ext4: fix initialization of UNINIT bitmap blocksFrederic Bohe3-3/+9
2008-10-10ext4: Remove old legacy block allocatorTheodore Ts'o12-1528/+40
2008-10-09ext4: Use readahead when reading an inode from the inode tableTheodore Ts'o4-72/+92
2008-10-02mm: tiny-shmem nommu fixNick Piggin1-1/+1
2008-10-02inotify: fix lock ordering wrt do_page_fault's mmap_semNick Piggin1-7/+20
2008-09-29mm owner: fix race between swapoff and exitBalbir Singh1-1/+1
2008-09-29Fix NULL pointer dereference in proc_sys_compareLinus Torvalds1-4/+6
2008-09-26Merge git://oss.sgi.com:8090/xfs/linux-2.6Linus Torvalds1-91/+3
2008-09-26Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubifs-2.6Linus Torvalds6-9/+15
2008-09-26GFS2: Support for I/O barriersSteven Whitehouse2-3/+19
2008-09-26[XFS] Remove xfs_iext_irec_compact_full()Lachlan McIlroy1-92/+3
2008-09-26[XFS] Fix extent list corruption in xfs_iext_irec_compact_full().Lachlan McIlroy1-0/+1
2008-09-249p: use an IS_ERR test rather than a NULL testJulien Brunel1-2/+1
2008-09-24cifs: explicitly revoke SPNEGO key after session setupJeff Layton1-1/+3
2008-09-24cifs: Convert cifs to new aops.Nick Piggin1-61/+59
2008-09-24[CIFS] update DOS attributes in cifsInode if we successfully changed themSteve French1-0/+4
2008-09-24cifs: remove NULL termination from rename target in CIFSSMBRenameOpenFIleJeff Layton2-3/+3
2008-09-24cifs: work around samba returning -ENOENT on SetFileDisposition callJeff Layton1-2/+10
2008-09-24cifs: fix inverted NULL check after kmallocJeff Layton1-1/+1
2008-09-23ext4: Combine proc file handling into a single set of functionsTheodore Ts'o4-69/+70
2008-09-23[CIFS] clean up upcall handling for dns_resolver keysSteve French1-33/+41
2008-09-23[CIFS] fix busy-file renames and refactor cifs_rename logicSteve French1-82/+104