summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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
2008-09-17[XFS] Prevent direct I/O from mapping extents beyond eofLachlan McIlroy1-0/+4
2008-09-17[XFS] Fix regression introduced by remount fixupChristoph Hellwig1-0/+20
2008-09-17[XFS] Move memory allocations for log tracing out of the critical pathLachlan McIlroy2-21/+40
2008-09-17[CIFS] use common code for turning off ATTR_READONLY in cifs_unlinkSteve French1-167/+139
2008-09-17cifs: clean up variables in cifs_unlinkJeff Layton2-50/+42
2008-09-15GFS2: GFS2 will panic if you misspell any mount optionsAbhijith Das1-6/+9
2008-09-15GFS2: Direct IO write at end of file errorBob Peterson1-1/+1
2008-09-14rescan_partitions(): make device capacity errors non-fatalAndrew Morton1-2/+2
2008-09-14mm: ifdef Quicklists in /proc/meminfoHugh Dickins1-4/+8
2008-09-14bfs: fix Lockdep warningEric Sesterhenn1-1/+1
2008-09-14proc: more debugging for "already registered" caseAlexey Dobriyan1-2/+2
2008-09-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-25/+20
2008-09-10ocfs2: Fix a bug in direct IO read.Tao Ma1-1/+1
2008-09-09Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubifs-2.6Linus Torvalds10-141/+221
2008-09-09NFS: Restore missing hunk in NFS mount option parserChuck Lever1-0/+6
2008-09-08udf: add llseek methodChristoph Hellwig1-0/+1
2008-09-05UBIFS: make minimum fanout 3Artem Bityutskiy1-1/+1
2008-09-05UBIFS: fix division by zeroArtem Bityutskiy1-6/+7