summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2012-12-05cifs: make error on lack of a unc= option more explicitJeff Layton
2012-12-05cifs: don't override the uid/gid in getattr when cifsacl is enabledJeff Layton
2012-12-05cifs: remove uneeded __KERNEL__ block from cifsacl.hJeff Layton
2012-12-05cifs: fix the format specifiers in sid_to_strJeff Layton
2012-12-05cifs: redefine NUM_SUBAUTH constant from 5 to 15Jeff Layton
2012-12-05cifs: make cifs_copy_sid handle a source sid with variable size subauth arraysJeff Layton
2012-12-05cifs: make compare_sids staticJeff Layton
2012-12-05cifs: use the NUM_AUTHS and NUM_SUBAUTHS constants in cifsacl codeJeff Layton
2012-12-05cifs: move num_subauth check inside of CONFIG_CIFS_DEBUG2 check in parse_sid()Jeff Layton
2012-12-05cifs: clean up id_mode_to_cifs_aclJeff Layton
2012-12-05cifs: fix types on module parametersJeff Layton
2012-12-05default authentication needs to be at least ntlmv2 security for cifs mountsSteve French
2012-12-05vfs: clear to the end of the buffer on partial buffer readsDan Carpenter
2012-12-04vfs: avoid "attempt to access beyond end of device" warningsLinus Torvalds
2012-12-03Merge branch 'block-dev'Linus Torvalds
2012-12-03xfs: fix sparse reported log CRC endian issueDave Chinner
2012-12-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-11-30Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2012-11-29fix off-by-one in argument passed by iterate_fd() to callbacksAl Viro
2012-11-29lookup_one_len: don't accept . and ..Al Viro
2012-11-29cifs: get rid of blind d_drop() in readdirAl Viro
2012-11-29nfs_lookup_revalidate(): fix a leakAl Viro
2012-11-29don't do blind d_drop() in nfs_prime_dcache()Al Viro
2012-11-29blkdev_max_block: make private to fs/buffer.cLinus Torvalds
2012-11-29direct-io: don't read inode->i_blkbits multiple timesLinus Torvalds
2012-11-29xfs: fix stray dquot unlock when reclaiming dquotsDave Chinner
2012-11-29xfs: fix direct IO nested transaction deadlock.Dave Chinner
2012-11-29xfs: byte range granularity for XFS_IOC_ZERO_RANGEDave Chinner
2012-11-29blockdev: remove bd_block_size_semaphore againLinus Torvalds
2012-11-29fs/buffer.c: make block-size be per-page and protected by the page lockLinus Torvalds
2012-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-29do_coredump(): get rid of pt_regs argumentAl Viro
2012-11-28get rid of pt_regs argument of ->load_binary()Al Viro
2012-11-28get rid of pt_regs argument of search_binary_handler()Al Viro
2012-11-28get rid of pt_regs argument of do_execve_common()Al Viro
2012-11-28get rid of pt_regs argument of do_execve()Al Viro
2012-11-28make compat_do_execve() static, lose pt_regs argumentAl Viro
2012-11-28kill daemonize()Al Viro
2012-11-28cputime: Rename thread_group_times to thread_group_cputime_adjustedFrederic Weisbecker
2012-11-28CIFS: Fix wrong buffer pointer usage in smb_set_file_infoPavel Shilovsky
2012-11-27cifs: fix writeback race with file that is growingJeff Layton
2012-11-26Merge branch 'akpm' (Fixes from Andrew)Linus Torvalds
2012-11-26Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2012-11-26writeback: put unused inodes to LRU after writeback completionJan Kara
2012-11-26proc: check vma->vm_file before dereferencingStanislav Kinsbursky
2012-11-26sysfs: Mark sysfs_attr_ns staticJosh Triplett
2012-11-26efi_pstore: Add a sequence counter to a variable nameSeiji Aguchi
2012-11-26efi_pstore: Add ctime to argument of erase callbackSeiji Aguchi
2012-11-26xfs: inode allocation should use unmapped buffers.Dave Chinner
2012-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller