summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds2009-04-241-3/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | GFS2: Ensure that the inode goal block settings are updatedSteven Whitehouse2009-04-231-1/+9
| * | | | | | | | GFS2: Fix bug in block allocationSteven Whitehouse2009-04-231-2/+1
| |/ / / / / / /
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-04-241-67/+57
|\ \ \ \ \ \ \ \
| * | | | | | | | bio: use bio_kmalloc() in copy/map functionsTejun Heo2009-04-221-3/+3
| * | | | | | | | bio: fix bio_kmalloc()Tejun Heo2009-04-221-64/+54
| |/ / / / / / /
* | | | | | | | check_unsafe_exec: s/lock_task_sighand/rcu_read_lock/Oleg Nesterov2009-04-241-4/+2
* | | | | | | | do_execve() must not clear fs->in_exec if it was set by another threadOleg Nesterov2009-04-242-15/+15
|/ / / / / / /
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-04-2110-83/+272
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Btrfs: fix btrfs fallocate oops and deadlockChris Mason2009-04-212-9/+31
| * | | | | | Btrfs: use the right node in reada_for_balanceChris Mason2009-04-201-5/+12
| * | | | | | Btrfs: fix oops on page->mapping->host during writepageChris Mason2009-04-201-8/+32
| * | | | | | Btrfs: add a priority queue to the async thread helpersChris Mason2009-04-205-15/+56
| * | | | | | Btrfs: use WRITE_SYNC for synchronous writesChris Mason2009-04-205-46/+141
* | | | | | | hugetlbfs: return negative error code for bad mount optionAkinobu Mita2009-04-211-2/+1
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds2009-04-212-1/+9
|\ \ \ \ \ \ \
| * | | | | | | GFS2: Fix page_mkwrite() return codeSteven Whitehouse2009-04-201-1/+3
| * | | | | | | GFS2: Clear dirty bit at end of inode glock syncSteven Whitehouse2009-04-201-0/+6
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-04-2119-287/+183
|\ \ \ \ \ \ \ \
| * | | | | | | | fs: Mark get_filesystem_list() as __init function.Tetsuo Handa2009-04-201-1/+1
| * | | | | | | | kill vfs_stat_fd / vfs_lstat_fdChristoph Hellwig2009-04-202-71/+52
| * | | | | | | | Separate out common fstatat code into vfs_fstatatOleg Drokin2009-04-202-42/+33
| * | | | | | | | ecryptfs: use memdup_user()Li Zefan2009-04-201-10/+5
| * | | | | | | | ncpfs: use memdup_user()Li Zefan2009-04-201-14/+7
| * | | | | | | | xfs: use memdup_user()Li Zefan2009-04-202-24/+11
| * | | | | | | | sysfs: use memdup_user()Li Zefan2009-04-201-10/+3
| * | | | | | | | btrfs: use memdup_user()Li Zefan2009-04-202-46/+16
| * | | | | | | | xattr: use memdup_user()Li Zefan2009-04-201-7/+3
| * | | | | | | | autofs4: use memchr() in invalid_string()Al Viro2009-04-201-6/+4
| * | | | | | | | Fix i_mutex vs. readdir handling in nfsdDavid Woodhouse2009-04-203-43/+30
| * | | | | | | | fs/compat_ioctl: fix build when !BLOCKAlexander Beregalov2009-04-201-4/+3
| * | | | | | | | Fix autofs_expire()Al Viro2009-04-201-16/+18
| * | | | | | | | No need for crossing to mountpoint in audit_tag_tree()Al Viro2009-04-201-1/+0
| * | | | | | | | Safer nfsd_cross_mnt()Al Viro2009-04-201-2/+7
| * | | | | | | | Touch all affected namespaces on propagation of mountAl Viro2009-04-201-1/+1
| * | | | | | | | Fix AUTOFS_DEV_IOCTL_REQUESTER_CMDAl Viro2009-04-201-1/+1
| | |_|_|_|/ / / | |/| | | | | |
* / | | | | | | NFS: Fix the XDR iovec calculation in nfs3_xdr_setaclargsTrond Myklebust2009-04-211-1/+2
|/ / / / / / /
* | | | | | / Don't set relatime when noatime is specifiedAndi Kleen2009-04-191-2/+3
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2009-04-1813-272/+407
|\ \ \ \ \ \
| * | | | | | cifs: when renaming don't try to unlink negative dentryJeff Layton2009-04-171-1/+2
| * | | | | | cifs: remove unneeded bcc_ptr update in CIFSTConJeff Layton2009-04-171-1/+0
| * | | | | | cifs: add cFYI messages with some of the saved strings from ssetup/tconJeff Layton2009-04-172-3/+11
| * | | | | | cifs: fix buffer size for tcon->nativeFileSystem fieldJeff Layton2009-04-171-5/+2
| * | | | | | cifs: fix unicode string area word alignment in session setupJeff Layton2009-04-171-21/+23
| * | | | | | [CIFS] Fix build break caused by change to new current_umask helper functionSteve French2009-04-171-1/+1
| * | | | | | [CIFS] Fix sparse warningsSteve French2009-04-172-12/+18
| * | | | | | [CIFS] Add support for posix open during lookupSteve French2009-04-173-80/+118
| * | | | | | cifs: no need to use rcu_assign_pointer on immutable keysJeff Layton2009-04-172-2/+2
| * | | | | | cifs: remove dnotify thread codeJeff Layton2009-04-171-47/+0
| * | | | | | [CIFS] remove some build warningsSteve French2009-04-171-3/+5