aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ocfs2/quota: Release lock for error in ocfs2_quota_write.Tao Ma2009-07-301-1/+1
* ocfs2: Define credit counts for quota operationsJan Kara2009-07-233-12/+35
* ocfs2: Remove syncjiff field from quota infoJan Kara2009-07-232-4/+2
* ocfs2: Fix initialization of blockcheck statsJan Kara2009-07-231-0/+1
* ocfs2: Zero out padding of on disk dquot structureJan Kara2009-07-231-0/+1
* ocfs2: Initialize blocks allocated to local quota fileJan Kara2009-07-231-15/+83
* ocfs2: Mark buffer uptodate before calling ocfs2_journal_access_dq()Jan Kara2009-07-231-1/+3
* 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-214-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-201-0/+1
* ocfs2: Fix error return in ocfs2_write_cluster()Wengang Wang2009-07-201-1/+1
* ocfs2: Fix compilation warning for fs/ocfs2/xattr.cSubrata Modak2009-07-201-1/+2
* ocfs2: Initialize count in aio_write before generic_write_checksGoldwyn Rodrigues2009-07-201-0/+1
* ocfs2: log the actual return value of ocfs2_file_aio_write()Wengang Wang2009-07-101-1/+3
* ocfs2: trivial fix for s/migrate/migration/ in dlmrecovery.c loggingJeff Liu2009-07-081-1/+1
* ocfs2: Fixup orphan scan cleanup after failed mountJeff Mahoney2009-07-083-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-021-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-028-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-06-301-0/+1
* | | | ext2: return -EIO not -ESTALE on directory traversal through deleted inodeBryan Donlan2009-06-301-2/+10
* | | | elf: limit max map count to safe valueKAMEZAWA Hiroyuki2009-06-301-1/+4
* | | | eventfd: revised interface and cleanupsDavide Libenzi2009-06-302-29/+117