aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-20Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-20/+19
2011-06-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds10-36/+5
2011-06-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds11-189/+174
2011-06-20fix comment in generic_permission()Al Viro1-1/+2
2011-06-20kill obsolete comment for follow_down()Al Viro1-3/+0
2011-06-20proc_sys_permission() is OK in RCU modeAl Viro1-3/+0
2011-06-20reiserfs_permission() doesn't need to bail out in RCU modeAl Viro1-2/+0
2011-06-20proc_fd_permission() is doesn't need to bail out in RCU modeAl Viro1-5/+1
2011-06-20nilfs2_permission() doesn't need to bail out in RCU modeAl Viro1-6/+1
2011-06-20logfs doesn't need ->permission() at allAl Viro1-8/+0
2011-06-20coda_ioctl_permission() is safe in RCU modeAl Viro1-2/+0
2011-06-20cifs_permission() doesn't need to bail out in RCU modeAl Viro1-3/+0
2011-06-20bad_inode_permission() is safe from RCU modeAl Viro1-3/+0
2011-06-20ubifs: dereferencing an ERR_PTR in ubifs_mount()Dan Carpenter1-0/+1
2011-06-20nfsd4: fix break_lease flags on nfsd openJ. Bruce Fields1-6/+9
2011-06-19Merge branches 'perf-urgent-for-linus', 'sched-urgent-for-linus', 'timers-urgent-for-linus' and 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+4
2011-06-18isofs: fix bh leak in isofs_fill_super() error caseLinus Torvalds1-1/+2
2011-06-17Btrfs: avoid delayed metadata items during commitsChris Mason3-10/+28
2011-06-17btrfs: fix uninitialized return valueDavid Sterba1-3/+3
2011-06-17btrfs: fix wrong reservation when doing delayed inode operationsMiao Xie2-6/+20
2011-06-17btrfs: Remove unused sysfs codeMaarten Lankhorst3-148/+0
2011-06-17btrfs: fix dereference of ERR_PTR valueDavid Sterba1-1/+1
2011-06-17Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-work into for-linusChris Mason3-3/+14
2011-06-17Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds4-96/+42
2011-06-17Btrfs: fix relocation racesChris Mason4-13/+105
2011-06-17KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyringDavid Howells1-1/+1
2011-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfdLinus Torvalds1-3/+6
2011-06-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds11-168/+167
2011-06-16xfs: make log devices with write back caches workChristoph Hellwig3-95/+41
2011-06-16AFS: Use i_generation not i_version for the vnode uniquifierDavid Howells3-10/+11
2011-06-16AFS: Set s_id in the superblock to the volume nameDavid Howells1-0/+1
2011-06-16vfs: Fix data corruption after failed write in __block_write_begin()Jan Kara1-3/+1
2011-06-16afs: afs_fill_page reads too much, or wrong dataAnton Blanchard1-12/+9
2011-06-16VFS: Fix vfsmount overput on simultaneous automountAl Viro1-8/+16
2011-06-16fix wrong iput on d_inode introduced by e6bc45d65dTörök Edwin1-1/+3
2011-06-15Revert "fs/exec.c: use BUILD_BUG_ON for VM_STACK_FLAGS & VM_STACK_INCOMPLETE_SETUP"Linus Torvalds1-1/+1
2011-06-15fs/exec.c: use BUILD_BUG_ON for VM_STACK_FLAGS & VM_STACK_INCOMPLETE_SETUPMichal Hocko1-1/+1
2011-06-15proc: Fix Oops on stat of /proc/<zombie pid>/ns/netEric W. Biederman1-3/+6
2011-06-15Btrfs: set no_trans_join after trying to expand the transactionJosef Bacik1-3/+11
2011-06-15Btrfs: protect the pending_snapshots list with trans_lockJosef Bacik1-0/+2
2011-06-15Btrfs: fix path leakage on subvol deletionJosef Bacik1-0/+1
2011-06-14[CIFS] update cifs version to 1.73Steve French1-1/+1
2011-06-14xfs: fix ->mknod() return value on xfs_get_acl() failureAl Viro1-1/+1
2011-06-14[CIFS] trivial cleanup fscache cFYI and cERROR messagesSteve French2-30/+27
2011-06-14timerfd: Fix wakeup of processes when timer is cancelled on clock changeMax Asbock1-1/+4
2011-06-13cifs: correctly handle NULL tcon pointer in CIFSTConJeff Layton1-1/+5
2011-06-13cifs: show sec= option in /proc/mountsJeff Layton1-0/+33
2011-06-13cifs: don't allow cifs_reconnect to exit with NULL socket pointerJeff Layton1-3/+3
2011-06-13CIFS: Fix sparse errorPavel Shilovsky1-7/+4
2011-06-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds10-53/+70