aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2011-10-28CIFS: Remove extra mutex_unlock in cifs_lock_add_ifPavel Shilovsky
2011-10-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds
2011-10-28Merge http://sucs.org/~rohan/git/gfs2-3.0-nmwLinus Torvalds
2011-10-28Merge branch '3.2-without-smb2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2011-10-28Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2011-10-28leases: fix write-open/read-lease raceJ. Bruce Fields
2011-10-28nfs: drop unnecessary locking in llseekAndi Kleen
2011-10-28ext4: replace cut'n'pasted llseek code with generic_file_llseek_sizeAndi Kleen
2011-10-28vfs: add generic_file_llseek_sizeAndi Kleen
2011-10-28vfs: do (nearly) lockless generic_file_llseekAndi Kleen
2011-10-28direct-io: merge direct_io_walker into __blockdev_direct_IOAndi Kleen
2011-10-28direct-io: inline the complete submission pathAndi Kleen
2011-10-28direct-io: separate map_bh from dioAndi Kleen
2011-10-28direct-io: use a slab cache for struct dioAndi Kleen
2011-10-28direct-io: rearrange fields in dio/dio_submit to avoid holesAndi Kleen
2011-10-28direct-io: fix a wrong commentAndi Kleen
2011-10-28direct-io: separate fields only used in the submission path from struct dioAndi Kleen
2011-10-28vfs: fix spinning prevention in prune_icache_sbChristoph Hellwig
2011-10-28vfs: add a comment to inode_permission()Andreas Gruenbacher
2011-10-28vfs: pass all mask flags check_acl and posix_acl_permissionAndreas Gruenbacher
2011-10-28vfs: indicate that the permission functions take all the MAY_* flagsAndreas Gruenbacher
2011-10-28compat: sync compat_stats with statfs.Eric W. Biederman
2011-10-28vfs: add "device" tag to /proc/self/mountstatsBryan Schumaker
2011-10-28cleanup: vfs: small comment fix for block_invalidatepageWang Sheng-Hui
2011-10-27Add definition for share encryptionSteve French
2011-10-27fs/Makefile: Stupid typo breakage of exofs inclusionBoaz Harrosh
2011-10-26Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds
2011-10-26Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-10-26Merge branch 'for-linus' of git://github.com/ericvh/linuxLinus Torvalds
2011-10-25Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2011-10-25Merge branch 'for-3.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2011-10-25sysfs: Remove support for tagged directories with untagged members (again)Eric W. Biederman
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2011-10-25Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-10-25Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds
2011-10-24ore: Enable RAID5 mountsBoaz Harrosh
2011-10-24exofs: Support for RAID5 read-4-write interface.Boaz Harrosh
2011-10-24ore: RAID5 WriteBoaz Harrosh
2011-10-24ore: RAID5 readBoaz Harrosh
2011-10-24fs/Makefile: Always inspect exofs/Boaz Harrosh
2011-10-24ore: Make ore_calc_stripe_info EXPORT_SYMBOLBoaz Harrosh
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-10-24CIFS: Make cifs_push_locks send as many locks at once as possiblePavel Shilovsky
2011-10-24CIFS: Send as many mandatory unlock ranges at once as possiblePavel Shilovsky
2011-10-24CIFS: Implement caching mechanism for posix brlocksPavel Shilovsky
2011-10-24CIFS: Implement caching mechanism for mandatory brlocksPavel Shilovsky
2011-10-24net/9p: Convert net/9p protocol dumps to tracepointsAneesh Kumar K.V
2011-10-24fs/9p: Cleanup option parsing in 9pAneesh Kumar K.V
2011-10-24fs/9p: inode file operation is properly initialized init_special_inodeAneesh Kumar K.V