aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-06-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 10-36/+5
2011-06-20jfs: agstart field must be 64 bitsGravatar Dave Kleikamp 1-1/+1
2011-06-20NFSv4.1: file layout must consider pg_bsize for coalescingGravatar Benny Halevy 2-3/+6
2011-06-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 11-189/+174
2011-06-20JFS: Don't save agno in the inodeGravatar Dave Kleikamp 3-9/+9
2011-06-20jfs: Update agstart when resizing volumeGravatar Dave Kleikamp 1-2/+1
2011-06-20jfs: old_agsize should be 64 bits in jfs_extendfsGravatar Dave Kleikamp 1-1/+1
2011-06-20fix comment in generic_permission()Gravatar Al Viro 1-1/+2
2011-06-20kill obsolete comment for follow_down()Gravatar Al Viro 1-3/+0
2011-06-20proc_sys_permission() is OK in RCU modeGravatar Al Viro 1-3/+0
2011-06-20reiserfs_permission() doesn't need to bail out in RCU modeGravatar Al Viro 1-2/+0
2011-06-20proc_fd_permission() is doesn't need to bail out in RCU modeGravatar Al Viro 1-5/+1
2011-06-20nilfs2_permission() doesn't need to bail out in RCU modeGravatar Al Viro 1-6/+1
2011-06-20logfs doesn't need ->permission() at allGravatar Al Viro 1-8/+0
2011-06-20coda_ioctl_permission() is safe in RCU modeGravatar Al Viro 1-2/+0
2011-06-20cifs_permission() doesn't need to bail out in RCU modeGravatar Al Viro 1-3/+0
2011-06-20bad_inode_permission() is safe from RCU modeGravatar Al Viro 1-3/+0
2011-06-20ubifs: dereferencing an ERR_PTR in ubifs_mount()Gravatar Dan Carpenter 1-0/+1
2011-06-20nfsd4: fix break_lease flags on nfsd openGravatar J. Bruce Fields 1-6/+9
2011-06-19pnfs-obj: No longer needed to take an extra ref at add_deviceGravatar Boaz Harrosh 1-1/+0
2011-06-19Merge branches 'perf-urgent-for-linus', 'sched-urgent-for-linus', 'timers-urg...Gravatar Linus Torvalds 1-1/+4
2011-06-18isofs: fix bh leak in isofs_fill_super() error caseGravatar Linus Torvalds 1-1/+2
2011-06-17Btrfs: avoid delayed metadata items during commitsGravatar Chris Mason 3-10/+28
2011-06-17btrfs: fix uninitialized return valueGravatar David Sterba 1-3/+3
2011-06-17btrfs: fix wrong reservation when doing delayed inode operationsGravatar Miao Xie 2-6/+20
2011-06-17btrfs: Remove unused sysfs codeGravatar Maarten Lankhorst 3-148/+0
2011-06-17btrfs: fix dereference of ERR_PTR valueGravatar David Sterba 1-1/+1
2011-06-17Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Gravatar Chris Mason 3-3/+14
2011-06-17Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 4-96/+42
2011-06-17Btrfs: fix relocation racesGravatar Chris Mason 4-13/+105
2011-06-17KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyringGravatar David Howells 1-1/+1
2011-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfdGravatar Linus Torvalds 1-3/+6
2011-06-16NFSv4: Fix a readdir regressionGravatar Trond Myklebust 1-7/+7
2011-06-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 11-168/+167
2011-06-16xfs: make log devices with write back caches workGravatar Christoph Hellwig 3-95/+41
2011-06-16AFS: Use i_generation not i_version for the vnode uniquifierGravatar David Howells 3-10/+11
2011-06-16AFS: Set s_id in the superblock to the volume nameGravatar David Howells 1-0/+1
2011-06-16vfs: Fix data corruption after failed write in __block_write_begin()Gravatar Jan Kara 1-3/+1
2011-06-16afs: afs_fill_page reads too much, or wrong dataGravatar Anton Blanchard 1-12/+9
2011-06-16VFS: Fix vfsmount overput on simultaneous automountGravatar Al Viro 1-8/+16
2011-06-16fix wrong iput on d_inode introduced by e6bc45d65dGravatar Török Edwin 1-1/+3
2011-06-15Revert "fs/exec.c: use BUILD_BUG_ON for VM_STACK_FLAGS & VM_STACK_INCOMPLETE_...Gravatar Linus Torvalds 1-1/+1
2011-06-15fs/exec.c: use BUILD_BUG_ON for VM_STACK_FLAGS & VM_STACK_INCOMPLETE_SETUPGravatar Michal Hocko 1-1/+1
2011-06-15proc: Fix Oops on stat of /proc/<zombie pid>/ns/netGravatar Eric W. Biederman 1-3/+6
2011-06-15nfs4.1: mark layout as bad on error path in _pnfs_return_layoutGravatar Fred Isaman 1-0/+2
2011-06-15Btrfs: set no_trans_join after trying to expand the transactionGravatar Josef Bacik 1-3/+11
2011-06-15Btrfs: protect the pending_snapshots list with trans_lockGravatar Josef Bacik 1-0/+2
2011-06-15Btrfs: fix path leakage on subvol deletionGravatar Josef Bacik 1-0/+1
2011-06-15nfs4.1: prevent race that allowed use of freed layout in _pnfs_return_layoutGravatar Fred Isaman 1-2/+2
2011-06-15NFSv4.1: need to put_layout_hdr on _pnfs_return_layout error pathGravatar Benny Halevy 1-0/+1