summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | exofs: Avoid using file_fsync()Boaz Harrosh2009-06-213-6/+16
| | * | | exofs: Remove IBM copyrightsBoaz Harrosh2009-06-219-27/+9Star
| | * | | exofs: Fix bio leak in error handling path (sync read)Boaz Harrosh2009-06-211-0/+3
| * | | | fuse: Fix build errorLarry Finger2009-07-112-0/+2
| * | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-07-107-22/+26
| |\ \ \ \
| | * | | | block: fix sg SG_DXFER_TO_FROM_DEV regressionFUJITA Tomonori2009-07-101-10/+12
| | * | | | Fix congestion_wait() sync/async vs read/write confusionJens Axboe2009-07-106-12/+14
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2009-07-104-34/+15Star
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | nilfs2: fix disorder in cp count on error during deleting checkpointsJiro SEKIBA2009-07-051-3/+2Star
| | * | | | nilfs2: fix lockdep warning between regular file and inode fileRyusuke Konishi2009-07-051-0/+5
| | * | | | nilfs2: fix incorrect KERN_CRIT messages in case of write failuresRyusuke Konishi2009-07-051-9/+0Star
| | * | | | nilfs2: fix hang problem of log writer which occurs after write failuresRyusuke Konishi2009-07-051-20/+6Star
| | * | | | nilfs2: remove unlikely directive causing mis-conversion of error codeRyusuke Konishi2009-07-051-2/+2
| | | |/ / | | |/| |
* | / | | [CIFS] Distinguish posix opens and mkdirs from legacy mkdirs in statsSteve French2009-07-103-2/+13
|/ / / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2009-07-1013-896/+686Star
|\ \ \ \
| * | | | cifs: when ATTR_READONLY is set, only clear write bits on non-directoriesJeff Layton2009-07-101-4/+4
| * | | | cifs: remove cifsInodeInfo->inUse counterJeff Layton2009-07-102-2/+0Star
| * | | | cifs: convert cifs_get_inode_info and non-posix readdir to use cifs_igetJeff Layton2009-07-105-529/+252Star
| * | | | [CIFS] update cifs version numberSteve French2009-07-102-2/+6
| * | | | cifs: add and use CIFSSMBUnixSetFileInfo for setattr callsJeff Layton2009-07-093-1/+77
| * | | | cifs: make a separate function for filling out FILE_UNIX_BASIC_INFOJeff Layton2009-07-091-32/+42
| * | | | cifs: rename CIFSSMBUnixSetInfo to CIFSSMBUnixSetPathInfoJeff Layton2009-07-095-22/+23
| * | | | cifs: add pid of initiating process to spnego upcall infoJeff Layton2009-07-091-1/+8
| * | | | cifs: fix regression with O_EXCL creates and optimize away lookupJeff Layton2009-07-081-0/+9
| * | | | cifs: add new cifs_iget function and convert unix codepath to use itJeff Layton2009-07-017-377/+339Star
* | | | | 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/+1Star
|/ / / / /
* | | | | 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/+1Star
|\ \ \ \
| * | | | NFSD: Don't hold unrefcounted creds over call to nfsd_setuser()David Howells2009-07-031-2/+1Star
* | | | | 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