aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-01switch posix_acl_create() to umode_t *Al Viro20-50/+32
2011-08-01block: initialise bd_super in bdget()Lachlan McIlroy1-0/+1
2011-08-01vfs: avoid call to inode_lru_list_del() if possibleEric Dumazet1-1/+2
2011-08-01vfs: avoid taking inode_hash_lock on pipes and socketsEric Dumazet1-3/+3
2011-08-01vfs: conditionally call inode_wb_list_del()Eric Dumazet1-1/+3
2011-08-01VFS: Fix automount for negative autofs dentriesDavid Howells1-9/+15
2011-08-01Btrfs: load the key from the dir item in readdir into a fake dentryJosef Bacik1-2/+45
2011-07-27hppfs: missing includeAl Viro1-0/+1
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds19-114/+119
2011-07-26atomic: use <linux/atomic.h>Arun Sharma15-15/+15
2011-07-26fs/exec.c:acct_arg_size(): ptl is no longer needed for add_mm_counter()Oleg Nesterov1-7/+0
2011-07-26exec: do not retry load_binary method if CONFIG_MODULES=nTetsuo Handa1-2/+4
2011-07-26exec: do not call request_module() twice from search_binary_handler()Tetsuo Handa1-0/+2
2011-07-26fs/exec.c: use BUILD_BUG_ON for VM_STACK_FLAGS & VM_STACK_INCOMPLETE_SETUPMichal Hocko1-1/+1
2011-07-26proc: fix a race in do_io_accounting()Vasiliy Kulikov1-3/+13
2011-07-26procfs: return ENOENT on opening a being-removed proc entryDaisuke Ogino1-1/+1
2011-07-26do_coredump: fix the "ispipe" error checkOleg Nesterov1-6/+6
2011-07-26coredump: escape / in hostname and commJiri Slaby1-8/+23
2011-07-26coredump: use task comm instead of (unknown)Jiri Slaby1-1/+1
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds13-137/+249
2011-07-26merge fchmod() and fchmodat() guts, kill ancient broken kludgeAl Viro1-50/+28
2011-07-26xfs: fix misspelled S_IS...()Al Viro2-7/+7
2011-07-26xfs: get rid of open-coded S_ISREG(), etc.Al Viro10-34/+33
2011-07-26Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds14-230/+339
2011-07-26ceph: document unlocked d_parent accessesSage Weil2-4/+11
2011-07-26ceph: explicitly reference rename old_dentry parent dir in requestSage Weil4-11/+17
2011-07-26ceph: document locking for ceph_set_dentry_offsetSage Weil1-1/+3
2011-07-26ceph: avoid d_parent in ceph_dentry_hash; fix ceph_encode_fh() hashing bugSage Weil4-13/+18
2011-07-26ceph: protect d_parent access in ceph_d_revalidateSage Weil1-15/+17
2011-07-26ceph: protect access to d_parentSage Weil6-15/+33
2011-07-26ceph: handle racing calls to ceph_init_dentrySage Weil1-9/+12
2011-07-26ceph: set dir complete frag after adding capabilitySage Weil1-13/+17
2011-07-26ceph: set up readahead size when rsize is not passedYehuda Sadeh1-0/+4
2011-07-26ceph: ignore lease maskSage Weil3-18/+12
2011-07-26ceph: fix ceph_lookup_open intent usageSage Weil3-19/+37
2011-07-26ceph: only link open operations to directory unsafe list if O_CREAT|O_TRUNCSage Weil1-1/+2
2011-07-26ceph: fix bad parent_inode calc in ceph_lookup_openSage Weil1-2/+3
2011-07-26ceph: avoid carrying Fw cap during write into page cacheSage Weil1-3/+19
2011-07-26ceph: report f_bfree based on kb_avail rather than diffing.Greg Farnum1-2/+1
2011-07-26ceph: only queue capsnap if caps are dirtySage Weil1-4/+2
2011-07-26ceph: fix snap writeback when racing with writesSage Weil1-3/+20
2011-07-26ceph: use flag bit for at_end readdir flagSage Weil2-6/+6
2011-07-26ceph: add F_SYNC file flag to force sync (non-O_DIRECT) ioSage Weil4-2/+18
2011-07-26ceph: add flags field to file_infoSage Weil1-1/+2
2011-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds6-274/+286
2011-07-26vfs: document locking requirements for d_move, __d_move and d_materialise_uniqueJeff Layton1-4/+7
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/writebackLinus Torvalds6-180/+223
2011-07-26omfs: fix (mode & S_IFDIR) abuseAl Viro1-1/+1
2011-07-26btrfs: S_ISREG(mode) is not mode & S_IFREG...Al Viro1-2/+2
2011-07-26jffs2: S_ISLNK(mode & S_IFMT) is pointlessAl Viro1-1/+1