summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2011-06-23Merge remote-tracking branch 'writeback/next'Stephen Rothwell
2011-06-23Merge remote-tracking branch 'namespace/master'Stephen Rothwell
2011-06-23Merge remote-tracking branch 'sysctl/master'Stephen Rothwell
2011-06-23Merge remote-tracking branch 'ptrace/ptrace'Stephen Rothwell
2011-06-23Merge remote-tracking branch 'rcu/rcu/next'Stephen Rothwell
2011-06-23Merge remote-tracking branch 'fsnotify/for-next'Stephen Rothwell
2011-06-23Merge remote-tracking branch 'trivial/for-next'Stephen Rothwell
2011-06-23Merge remote-tracking branch 'block/for-next'Stephen Rothwell
2011-06-23Merge remote-tracking branch 'l2-mtd/master'Stephen Rothwell
2011-06-23Merge remote-tracking branch 'vfs/for-next'Stephen Rothwell
2011-06-23Merge remote-tracking branch 'v9fs/for-next'Stephen Rothwell
2011-06-23Merge remote-tracking branch 'ocfs2/linux-next'Stephen Rothwell
2011-06-23Merge remote-tracking branch 'nfs/linux-next'Stephen Rothwell
2011-06-23Merge remote-tracking branch 'jfs/next'Stephen Rothwell
2011-06-23Merge remote-tracking branch 'hfsplus/for-next'Stephen Rothwell
2011-06-23Merge remote-tracking branch 'gfs2/master'Stephen Rothwell
2011-06-23Merge remote-tracking branch 'ext3/for_next'Stephen Rothwell
2011-06-23Merge remote-tracking branch 'cifs/master'Stephen Rothwell
2011-06-23Under heavy memory and filesystem load, users observe the assertionJan Kara
2011-06-23romfs_get_unmapped_area() checks argument `len' without consideringBob Liu
2011-06-22CIFS: Fix problem with 3.0-rc1 null user mount failurePavel Shilovsky
2011-06-22ptrace: s/tracehook_tracer_task()/ptrace_parent()/Tejun Heo
2011-06-22ptrace: kill clone/exec tracehooksTejun Heo
2011-06-22ptrace: kill trivial tracehooksTejun Heo
2011-06-22jbd2,rcu: Convert call_rcu(free_devcache) to kfree_rcu()Lai Jiangshan
2011-06-22jffs2: Avoid unneeded 'if' before kfreeJesper Juhl
2011-06-21Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds
2011-06-21Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds
2011-06-21NFS: Fix decode_secinfo_maxszBryan Schumaker
2011-06-21NFSv4.1: Fix an off-by-one error in pnfs_generic_pg_testTrond Myklebust
2011-06-21NFSv4.1: Fix some issues with pnfs_generic_pg_testTrond Myklebust
2011-06-21move exec_permission() up to the rest of permission-related functionsAl Viro
2011-06-21kill file_permission() completelyAl Viro
2011-06-21consolidate BINPRM_FLAGS_ENFORCE_NONDUMP handlingAl Viro
2011-06-21switch path_init() to exec_permission()Al Viro
2011-06-21switch udf_ioctl() to inode_permission()Al Viro
2011-06-21make exec_permission(dir) really equivalent to inode_permission(dir, MAY_EXEC)Al Viro
2011-06-21new helper: iterate_supers_type()Al Viro
2011-06-21fs: add a DCACHE_NEED_LOOKUP flag for d_flagsJosef Bacik
2011-06-21cifs: propagate errors from cifs_get_root() to mount(2)Al Viro
2011-06-21cifs: tidy cifs_do_mount() up a bitAl Viro
2011-06-21cifs: more breakage on mount failuresAl Viro
2011-06-21cifs: close sget() racesAl Viro
2011-06-21cifs: pull freeing mountdata/dropping nls/freeing cifs_sb into cifs_umount()Al Viro
2011-06-21cifs: move cifs_umount() call into ->kill_sb()Al Viro
2011-06-21cifs: pull cifs_mount() call upAl Viro
2011-06-21sanitize cifs_umount() prototypeAl Viro
2011-06-21cifs: initialize ->tlink_tree in cifs_setup_cifs_sb()Al Viro
2011-06-21cifs: allocate mountdata earlierAl Viro
2011-06-21cifs: leak on mount if we share superblockAl Viro