summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2008-10-07ext4: 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-07[CIFS] fix some settings of cifsAttrs after calling SetFileInfo and SetPathInfoJeff Layton1-6/+18
2008-10-04generic block based fiemap implementationJosef Bacik6-0/+138
2008-10-04ocfs2: fiemap supportMark Fasheh5-62/+306
2008-10-09vfs: vfs-level fiemap interfaceMark Fasheh1-0/+155
2008-10-09ext4: fix xattr deadlockKalpak Shah1-0/+6
2008-10-06jbd2: Fix buffer head leak when writing the commit blockTheodore Ts'o1-3/+2
2008-10-06ext4: Add debugging markers that can be used by systemtapTheodore Ts'o4-0/+16
2008-10-09jbd2: 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-10ext4: Use readahead when reading an inode from the inode tableTheodore Ts'o4-72/+92
2008-10-03mm: tiny-shmem nommu fixNick Piggin1-1/+1
2008-10-03inotify: 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-259p: use an IS_ERR test rather than a NULL testJulien Brunel1-2/+1
2008-09-25cifs: 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-24ext4: 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
2008-09-23cifs: add function to set file dispositionJeff Layton3-2/+64
2008-09-23[CIFS] add constants for string lengths of keynames in SPNEGO upcall stringSteve French1-9/+26
2008-09-23cifs: move rename and delete-on-close logic into helper functionJeff Layton1-39/+59
2008-09-23ext4: move /proc setup and teardown out of mballoc.cTheodore Ts'o5-56/+42
2008-09-23cifs: have find_writeable_file prefer filehandles opened by same taskJeff Layton1-1/+9
2008-09-23cifs: don't use GFP_KERNEL with GFP_NOFSPekka Enberg2-6/+3
2008-09-22ext4: Don't use 'struct dentry' for internal lookupsTheodore Ts'o1-35/+33
2008-10-07ext4/jbd2: Avoid WARN() messages when failing to write to the superblockTheodore Ts'o2-3/+47
2008-09-18GFS2: high time to take some time over atimeSteven Whitehouse10-167/+65
2008-09-18GFS2: The war on bloatSteven Whitehouse1-15/+15
2008-09-18UBIFS: fix printk format warningsAlexander Beregalov2-2/+2
2008-09-17UBIFS: remove incorrect assertAdrian Hunter1-1/+0
2008-09-17UBIFS: TNC / GC race fixesAdrian Hunter2-4/+12
2008-09-17UBIFS: create the name of the background thread in every caseSebastian Siewior1-2/+1
2008-09-17[XFS] Don't do I/O beyond eof when unreserving spaceLachlan McIlroy1-0/+18
2008-09-17[XFS] Fix use-after-free with buffersLachlan McIlroy1-24/+20
2008-09-17[XFS] Prevent lockdep false positives when locking two inodes.David Chinner2-1/+16
2008-09-17[XFS] Fix barrier status change detection.David Chinner1-1/+1