aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| * cifs: vary timeout on writes past EOF based on offset (try #5)Jeff Layton2009-04-176-19/+61
| * [CIFS] Fix build break from recent DFS patch when DFS support not enabledSteve French2009-04-171-0/+4
| * Remote DFS root support.Igor Mammedov2009-04-171-32/+120
| * [CIFS] Endian convert UniqueId when reporting inode numbers from server filesSteve French2009-04-176-13/+18
| * cifs: remove some pointless conditionals before kfree()Wei Yongjun2009-04-171-24/+12
| * cifs: flush data on any setattrJeff Layton2009-04-171-28/+30
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-04-172-5/+15
|\ \
| * | proc: mounts_poll() make consistent to mdstat_pollKOSAKI Motohiro2009-04-161-2/+2
| * | sysfs: sysfs poll keep the poll rule of regular file.KOSAKI Motohiro2009-04-161-2/+2
| * | sysfs: don't use global workqueue in sysfs_schedule_callback()Alex Chiang2009-04-161-1/+11
| |/
* | AFS: Guard afs_file_readpage_read_complete() definition with CONFIG_AFS_FSCACHEMatt Kraai2009-04-171-0/+2
* | vfat: Note the NLS requirementAlan Cox2009-04-171-0/+3
* | splice: fix new kernel-doc warningsRandy Dunlap2009-04-171-2/+1
|/
* Add block_write_full_page_endio for passing endio handlerChris Mason2009-04-161-11/+34
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds2009-04-156-21/+24
|\
| * GFS2: Use DEFINE_SPINLOCKXu Gang2009-04-151-1/+1
| * GFS2: cleanup file_operations messChristoph Hellwig2009-04-153-14/+16
| * GFS2: Move umount flush rwsemSteven Whitehouse2009-04-151-5/+5
| * GFS2: Fix symlink creation raceSteven Whitehouse2009-04-151-0/+1
| * GFS2: Make quotad's waiting interruptibleSteven Whitehouse2009-04-151-1/+1
* | gfs2: Remove code handling bio_alloc failure with __GFP_WAITNikanth Karthikesan2009-04-151-5/+0
* | ext4: Remove code handling bio_alloc failure with __GFP_WAITNikanth Karthikesan2009-04-151-2/+0
* | dio: Remove code handling bio_alloc failure with __GFP_WAITNikanth Karthikesan2009-04-151-2/+0
* | bio: add documentation to bio_alloc()Jens Axboe2009-04-151-0/+18
* | splice: add helpers for locking pipe inodeMiklos Szeredi2009-04-153-69/+59
* | splice: remove generic_file_splice_write_nolock()Miklos Szeredi2009-04-151-59/+0
* | ocfs2: fix i_mutex locking in ocfs2_splice_to_file()Miklos Szeredi2009-04-152-22/+77
* | splice: fix i_mutex locking in generic_splice_write()Miklos Szeredi2009-04-151-11/+23