aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-12-02vfs: fix subtle use-after-free of pipe_inode_infoGravatar Linus Torvalds 1-20/+19
2013-11-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+1
2013-11-29fix bogus path_put() of nd->root after some unlazy_walk() failuresGravatar Al Viro 1-2/+1
2013-11-28Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 7-24/+189
2013-11-27Merge tag 'driver-core-3.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+20
2013-11-27remove obsolete references to powertweakGravatar Dave Jones 1-1/+1
2013-11-27Revert "sysfs: handle duplicate removal attempts in sysfs_remove_group()"Gravatar Greg Kroah-Hartman 1-9/+0
2013-11-26Merge branch 'for-linus-bugs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 8-41/+121
2013-11-25[CIFS] Do not use btrfs refcopy ioctl for SMB2 copy offloadGravatar Steve French 1-2/+4
2013-11-23ceph: allocate non-zero page to fscache in readpage()Gravatar Li Wang 1-1/+1
2013-11-23ceph: wake up 'safe' waiters when unregistering requestGravatar Yan, Zheng 1-1/+2
2013-11-23ceph: cleanup aborted requests when re-sending requests.Gravatar Yan, Zheng 1-1/+4
2013-11-23ceph: handle race between cap reconnect and cap releaseGravatar Yan, Zheng 3-4/+26
2013-11-23ceph: set caps count after composing cap reconnect messageGravatar Yan, Zheng 1-5/+18
2013-11-23ceph: queue cap release in __ceph_remove_cap()Gravatar Yan, Zheng 3-21/+14
2013-11-23sysfs: use a separate locking class for open files depending on mmapGravatar Tejun Heo 1-2/+20
2013-11-23sysfs: handle duplicate removal attempts in sysfs_remove_group()Gravatar Mika Westerberg 1-0/+9
2013-11-22Merge tag 'ecryptfs-3.13-rc1-quiet-checkers' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-6/+2
2013-11-22Merge git://git.kvack.org/~bcrl/aio-nextGravatar Linus Torvalds 1-83/+51
2013-11-22Merge branch 'for-3.13' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 2-75/+101
2013-11-22Merge tag 'gfs2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/steve...Gravatar Linus Torvalds 2-2/+6
2013-11-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 13-54/+53
2013-11-22Merge tag 'xfs-for-linus-v3.13-rc1-2' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 5-23/+43
2013-11-21Merge branch 'akpm' (fixes from Andrew)Gravatar Linus Torvalds 1-2/+14
2013-11-21Merge git://git.infradead.org/users/eparis/auditGravatar Linus Torvalds 3-8/+12
2013-11-21configfs: fix race between dentry put and lookupGravatar Junxiao Bi 1-2/+14
2013-11-21GFS2: Fix ref count bug relating to atomic_openGravatar Steven Whitehouse 1-1/+4
2013-11-21GFS2: fix potential NULL pointer dereferenceGravatar Michal Nazarewicz 1-1/+2
2013-11-20btrfs: update kconfig help textGravatar David Sterba 1-5/+10
2013-11-20btrfs: fix bio_size_ok() for max_sectors > 0xffffGravatar Akinobu Mita 1-1/+1
2013-11-20btrfs: Use trace condition for get_extent tracepointGravatar Steven Rostedt 1-2/+1
2013-11-20btrfs: fix typo in the log messageGravatar Anand Jain 1-1/+1
2013-11-20Btrfs: fix list delete warning when removing ordered root from the listGravatar Miao Xie 1-0/+1
2013-11-20Btrfs: print bytenr instead of page pointer in check-intGravatar Stefan Behrens 1-8/+17
2013-11-20Btrfs: remove dead codes from ctree.hGravatar Wang Shilong 1-6/+0
2013-11-20Btrfs: don't wait for ordered data outside desired rangeGravatar Filipe David Borba Manana 1-1/+1
2013-11-20Btrfs: fix lockdep error in async commitGravatar Liu Bo 1-2/+2
2013-11-20Btrfs: avoid heavy operations in btrfs_commit_superGravatar Liu Bo 1-20/+1
2013-11-20Btrfs: fix __btrfs_start_workers retvalGravatar Ilya Dryomov 1-0/+1
2013-11-20Btrfs: disable online raid-repair on ro mountsGravatar Ilya Dryomov 1-3/+8
2013-11-20Btrfs: do not inc uncorrectable_errors counter on ro scrubsGravatar Ilya Dryomov 1-2/+4
2013-11-20Btrfs: only drop modified extents if we logged the whole inodeGravatar Josef Bacik 1-1/+1
2013-11-20Btrfs: make sure to copy everything if we renameGravatar Josef Bacik 1-1/+2
2013-11-20Btrfs: don't BUG_ON() if we get an error walking backrefsGravatar Josef Bacik 1-1/+2
2013-11-20Merge tag 'squashfs-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 20-243/+1145
2013-11-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 12-164/+52
2013-11-20Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2013-11-19Check SMB3 dialects against downgrade attacksGravatar Steve French 6-4/+90
2013-11-20Squashfs: Check stream is not NULL in decompressor_multi.cGravatar Phillip Lougher 1-4/+3
2013-11-20Squashfs: Directly decompress into the page cache for file dataGravatar Phillip Lougher 5-1/+336