summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* VFS: Remove detached-dentry counter from shrink_dcache_for_umount_subtree()David Howells2011-08-011-3/+0
* switch posix_acl_chmod() to umode_tAl Viro2011-08-011-2/+2
* switch posix_acl_from_mode() to umode_tAl Viro2011-08-011-1/+1
* switch posix_acl_equiv_mode() to umode_t *Al Viro2011-08-0113-31/+14
* switch posix_acl_create() to umode_t *Al Viro2011-08-0120-50/+32
* block: initialise bd_super in bdget()Lachlan McIlroy2011-08-011-0/+1
* vfs: avoid call to inode_lru_list_del() if possibleEric Dumazet2011-08-011-1/+2
* vfs: avoid taking inode_hash_lock on pipes and socketsEric Dumazet2011-08-011-3/+3
* vfs: conditionally call inode_wb_list_del()Eric Dumazet2011-08-011-1/+3
* VFS: Fix automount for negative autofs dentriesDavid Howells2011-08-011-9/+15
* Btrfs: load the key from the dir item in readdir into a fake dentryJosef Bacik2011-08-011-2/+45
* hppfs: missing includeAl Viro2011-07-271-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-07-2619-114/+119
|\
| * merge fchmod() and fchmodat() guts, kill ancient broken kludgeAl Viro2011-07-261-50/+28
| * xfs: fix misspelled S_IS...()Al Viro2011-07-262-7/+7
| * xfs: get rid of open-coded S_ISREG(), etc.Al Viro2011-07-2610-34/+33
| * vfs: document locking requirements for d_move, __d_move and d_materialise_uniqueJeff Layton2011-07-261-4/+7
| * omfs: fix (mode & S_IFDIR) abuseAl Viro2011-07-261-1/+1
| * btrfs: S_ISREG(mode) is not mode & S_IFREG...Al Viro2011-07-261-2/+2
| * jffs2: S_ISLNK(mode & S_IFMT) is pointlessAl Viro2011-07-261-1/+1
| * v9fs_iop_get_acl: get rid of unused variableAl Viro2011-07-261-1/+0
| * vfs: dont chain pipe/anon/socket on superblock s_inodes listEric Dumazet2011-07-263-11/+32
| * fs: add missing unlock in default_llseek()Dan Carpenter2011-07-261-4/+8
* | atomic: use <linux/atomic.h>Arun Sharma2011-07-2615-15/+15
* | fs/exec.c:acct_arg_size(): ptl is no longer needed for add_mm_counter()Oleg Nesterov2011-07-261-7/+0
* | exec: do not retry load_binary method if CONFIG_MODULES=nTetsuo Handa2011-07-261-2/+4
* | exec: do not call request_module() twice from search_binary_handler()Tetsuo Handa2011-07-261-0/+2
* | fs/exec.c: use BUILD_BUG_ON for VM_STACK_FLAGS & VM_STACK_INCOMPLETE_SETUPMichal Hocko2011-07-261-1/+1
* | proc: fix a race in do_io_accounting()Vasiliy Kulikov2011-07-261-3/+13
* | procfs: return ENOENT on opening a being-removed proc entryDaisuke Ogino2011-07-261-1/+1
* | do_coredump: fix the "ispipe" error checkOleg Nesterov2011-07-261-6/+6
* | coredump: escape / in hostname and commJiri Slaby2011-07-261-8/+23
* | coredump: use task comm instead of (unknown)Jiri Slaby2011-07-261-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-07-2613-137/+249
|\ \
| * | ceph: document unlocked d_parent accessesSage Weil2011-07-262-4/+11
| * | ceph: explicitly reference rename old_dentry parent dir in requestSage Weil2011-07-264-11/+17
| * | ceph: document locking for ceph_set_dentry_offsetSage Weil2011-07-261-1/+3
| * | ceph: avoid d_parent in ceph_dentry_hash; fix ceph_encode_fh() hashing bugSage Weil2011-07-264-13/+18
| * | ceph: protect d_parent access in ceph_d_revalidateSage Weil2011-07-261-15/+17
| * | ceph: protect access to d_parentSage Weil2011-07-266-15/+33
| * | ceph: handle racing calls to ceph_init_dentrySage Weil2011-07-261-9/+12
| * | ceph: set dir complete frag after adding capabilitySage Weil2011-07-261-13/+17
| * | ceph: set up readahead size when rsize is not passedYehuda Sadeh2011-07-261-0/+4
| * | ceph: ignore lease maskSage Weil2011-07-263-18/+12
| * | ceph: fix ceph_lookup_open intent usageSage Weil2011-07-263-19/+37
| * | ceph: only link open operations to directory unsafe list if O_CREAT|O_TRUNCSage Weil2011-07-261-1/+2
| * | ceph: fix bad parent_inode calc in ceph_lookup_openSage Weil2011-07-261-2/+3
| * | ceph: avoid carrying Fw cap during write into page cacheSage Weil2011-07-261-3/+19
| * | ceph: report f_bfree based on kb_avail rather than diffing.Greg Farnum2011-07-261-2/+1
| * | ceph: only queue capsnap if caps are dirtySage Weil2011-07-261-4/+2
OpenPOWER on IntegriCloud