summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-12-05cifs: make error on lack of a unc= option more explicitJeff Layton1-14/+5
2012-12-05cifs: don't override the uid/gid in getattr when cifsacl is enabledJeff Layton1-3/+4
2012-12-05cifs: remove uneeded __KERNEL__ block from cifsacl.hJeff Layton2-7/+2
2012-12-05cifs: fix the format specifiers in sid_to_strJeff Layton1-7/+4
2012-12-05cifs: redefine NUM_SUBAUTH constant from 5 to 15Jeff Layton2-6/+19
2012-12-05cifs: make cifs_copy_sid handle a source sid with variable size subauth arraysJeff Layton2-2/+11
2012-12-05cifs: make compare_sids staticJeff Layton2-50/+50
2012-12-05cifs: use the NUM_AUTHS and NUM_SUBAUTHS constants in cifsacl codeJeff Layton2-5/+5
2012-12-05cifs: move num_subauth check inside of CONFIG_CIFS_DEBUG2 check in parse_sid()Jeff Layton1-2/+2
2012-12-05cifs: clean up id_mode_to_cifs_aclJeff Layton1-28/+25
2012-12-05cifs: fix types on module parametersJeff Layton1-6/+5
2012-12-05default authentication needs to be at least ntlmv2 security for cifs mountsSteve French2-11/+1
2012-12-05vfs: clear to the end of the buffer on partial buffer readsDan Carpenter1-1/+1
2012-12-04vfs: avoid "attempt to access beyond end of device" warningsLinus Torvalds1-0/+52
2012-12-03Merge branch 'block-dev'Linus Torvalds3-190/+71
2012-12-03xfs: fix sparse reported log CRC endian issueDave Chinner3-5/+5
2012-12-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-10/+21
2012-12-01Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-5/+4
2012-11-30fix off-by-one in argument passed by iterate_fd() to callbacksAl Viro1-6/+8
2012-11-30lookup_one_len: don't accept . and ..Al Viro1-0/+5
2012-11-30cifs: get rid of blind d_drop() in readdirAl Viro1-1/+4
2012-11-30nfs_lookup_revalidate(): fix a leakAl Viro1-2/+2
2012-11-30don't do blind d_drop() in nfs_prime_dcache()Al Viro1-1/+2
2012-11-30blkdev_max_block: make private to fs/buffer.cLinus Torvalds2-55/+14
2012-11-30direct-io: don't read inode->i_blkbits multiple timesLinus Torvalds1-3/+5
2012-11-30xfs: fix stray dquot unlock when reclaiming dquotsDave Chinner1-8/+7
2012-11-30xfs: fix direct IO nested transaction deadlock.Dave Chinner2-53/+31
2012-11-30xfs: byte range granularity for XFS_IOC_ZERO_RANGEDave Chinner3-22/+77
2012-11-29blockdev: remove bd_block_size_semaphore againLinus Torvalds1-101/+4
2012-11-29fs/buffer.c: make block-size be per-page and protected by the page lockLinus Torvalds1-31/+48
2012-11-29do_coredump(): get rid of pt_regs argumentAl Viro1-2/+2
2012-11-29get rid of pt_regs argument of ->load_binary()Al Viro9-16/+20
2012-11-29get rid of pt_regs argument of search_binary_handler()Al Viro4-7/+6
2012-11-29get rid of pt_regs argument of do_execve_common()Al Viro1-4/+4
2012-11-29get rid of pt_regs argument of do_execve()Al Viro1-10/+6
2012-11-29make compat_do_execve() static, lose pt_regs argumentAl Viro1-6/+4
2012-11-29kill daemonize()Al Viro2-30/+0
2012-11-28cputime: Rename thread_group_times to thread_group_cputime_adjustedFrederic Weisbecker1-2/+2
2012-11-28CIFS: Fix wrong buffer pointer usage in smb_set_file_infoPavel Shilovsky1-2/+1
2012-11-27cifs: fix writeback race with file that is growingJeff Layton1-3/+3
2012-11-27Merge branch 'akpm' (Fixes from Andrew)Linus Torvalds4-4/+20
2012-11-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-0/+2
2012-11-27writeback: put unused inodes to LRU after writeback completionJan Kara3-2/+17
2012-11-27proc: check vma->vm_file before dereferencingStanislav Kinsbursky1-2/+3
2012-11-27sysfs: Mark sysfs_attr_ns staticJosh Triplett1-2/+2
2012-11-27efi_pstore: Add a sequence counter to a variable nameSeiji Aguchi4-14/+16
2012-11-27efi_pstore: Add ctime to argument of erase callbackSeiji Aguchi2-2/+3
2012-11-27xfs: inode allocation should use unmapped buffers.Dave Chinner1-1/+2
2012-11-24Merge tag 'for-linus-20121123' of git://git.infradead.org/mtd-2.6Linus Torvalds1-18/+21
2012-11-23jbd: Fix lock ordering bug in journal_unmap_buffer()Jan Kara1-0/+2