summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* ocfs2: Make global quota files blocksize alignedJan Kara2009-07-231-2/+5
* ocfs2: Use ocfs2_rec_clusters in ocfs2_adjust_adjacent_records.Tao Ma2009-07-231-1/+2
* ocfs2: Fix deadlock on umountJan Kara2009-07-224-15/+70
* ocfs2: Add extra credits and access the modified bh in update_edge_lengths.Tao Ma2009-07-211-5/+39
* ocfs2: Fail ocfs2_get_block() immediately when a block needs allocationWengang Wang2009-07-211-0/+1
* ocfs2: Fix error return in ocfs2_write_cluster()Wengang Wang2009-07-211-1/+1
* ocfs2: Fix compilation warning for fs/ocfs2/xattr.cSubrata Modak2009-07-211-1/+2
* ocfs2: Initialize count in aio_write before generic_write_checksGoldwyn Rodrigues2009-07-211-0/+1
* ocfs2: log the actual return value of ocfs2_file_aio_write()Wengang Wang2009-07-111-1/+3
* ocfs2: trivial fix for s/migrate/migration/ in dlmrecovery.c loggingJeff Liu2009-07-091-1/+1
* ocfs2: Fixup orphan scan cleanup after failed mountJeff Mahoney2009-07-093-2/+11
* Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-081-4/+6
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2009-07-081-2/+2
|\
| * quota: Fix possible deadlock during parallel quotaon and quotaoffJiaying Zhang2009-07-071-2/+2
* | Free the memory allocated by memdup_user() in fs/sysfs/bin.cCatalin Marinas2009-07-081-0/+1
* | headers: mnt_namespace.h reduxAlexey Dobriyan2009-07-084-3/+1
|/
* cred_guard_mutex: do not return -EINTR to user-spaceOleg Nesterov2009-07-062-4/+4
* sys_sync(): fix 16% performance regression in ffsb create_4k testZhang, Yanmin2009-07-061-0/+5
* Merge branch 'for-2.6.31' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2009-07-041-2/+1
|\
| * NFSD: Don't hold unrefcounted creds over call to nfsd_setuser()David Howells2009-07-031-2/+1
* | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2009-07-031-0/+3
|\ \
| * | fs/notify/inotify: decrement user inotify count on closeKeith Packard2009-07-021-0/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-07-038-193/+423
|\ \ \ | |/ / |/| |
| * | Btrfs: fix error message formattingHu Tao2009-07-021-1/+1
| * | Btrfs: fix use after free in btrfs_start_workers fail pathJiri Slaby2009-07-021-1/+1
| * | Btrfs: honor nodatacow/sum mount options for new filesChris Mason2009-07-021-6/+7
| * | Btrfs: update backrefs while dropping snapshotYan Zheng2009-07-024-181/+395
| * | Btrfs: account for space we may use in fallocateJosef Bacik2009-07-021-1/+11
| * | Btrfs: fix the file clone ioctl for preallocated extentsChris Mason2009-07-021-2/+4
| * | Btrfs: don't log the inode in file_write while growing the fileChris Mason2009-07-021-1/+4
* | | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2009-07-011-2/+2
|\ \ \
| * | | jffs2: fix another potential leak on error path in scan.cDavid Woodhouse2009-06-231-2/+2
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2009-07-015-9/+228
|\ \ \ \
| * | | | fuse: invalidation reverse callsJohn Muir2009-06-304-3/+198
| * | | | fuse: allow umask processing in userspaceMiklos Szeredi2009-06-303-4/+28
| * | | | fuse: fix bad return value in fuse_file_poll()Miklos Szeredi2009-06-301-1/+1
| * | | | fuse: fix return value of fuse_dev_write()Csaba Henk2009-06-301-1/+1
| | |_|/ | |/| |
* | | | elf: fix one check-after-useAmerigo Wang2009-07-011-2/+2
* | | | block: Create bip slabs with embedded integrity vectorsMartin K. Petersen2009-07-012-48/+133
* | | | hostfs: set maximum filesize in superblock for proper LFS supportWolfgang Illmeyer2009-07-011-0/+1
* | | | ext2: return -EIO not -ESTALE on directory traversal through deleted inodeBryan Donlan2009-07-011-2/+10
* | | | elf: limit max map count to safe valueKAMEZAWA Hiroyuki2009-07-011-1/+4
* | | | eventfd: revised interface and cleanupsDavide Libenzi2009-07-012-29/+117
* | | | AFS: Fix lock imbalanceJiri Slaby2009-06-301-1/+0
* | | | integrity: add ima_counts_put (updated)Mimi Zohar2009-06-291-0/+7
* | | | cifs: fix fh_mutex locking in cifs_reopen_fileJeff Layton2009-06-281-5/+5
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2009-06-2615-158/+246
|\ \ \ \ | |/ / / |/| | |
| * | | [CIFS] remove unknown mount option warning messageSteve French2009-06-261-0/+4
| * | | [CIFS] remove bkl usage from umount beginSteve French2009-06-261-4/+7
| * | | cifs: Fix incorrect return code being printed in cFYI messagesSuresh Jayaraman2009-06-255-20/+40