aboutsummaryrefslogtreecommitdiff
path: root/fs/hfsplus
AgeCommit message (Expand)AuthorFilesLines
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+6
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsGravatar Kirill A. Shutemov 1-0/+6
2012-09-21userns: Convert hfsplus to use kuid and kgid where appropriateGravatar Eric W. Biederman 4-11/+20
2012-07-30hfsplus: use -ENOMEM when kzalloc() failsGravatar Namjae Jeon 1-1/+1
2012-07-22hfsplus: get rid of write_superGravatar Artem Bityutskiy 5-16/+43
2012-07-22hfsplus: remove useless checkGravatar Artem Bityutskiy 1-3/+0
2012-07-22hfsplus: amend debugging printGravatar Artem Bityutskiy 1-1/+1
2012-07-22hfsplus: make hfsplus_sync_fs staticGravatar Artem Bityutskiy 2-2/+1
2012-07-14don't pass nameidata to ->create()Gravatar Al Viro 1-1/+1
2012-07-14stop passing nameidata to ->lookup()Gravatar Al Viro 2-2/+2
2012-06-17hfsplus: fix bless ioctl when used with hardlinksGravatar Matthew Garrett 1-2/+7
2012-06-17hfsplus: fix overflow in sector calculations in hfsplus_submit_bioGravatar Janne Kalliomäki 1-1/+1
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxGravatar Linus Torvalds 1-1/+1
2012-05-06vfs: Rename end_writeback() to clear_inode()Gravatar Jan Kara 1-1/+1
2012-05-04hfsplus: Fix potential buffer overflowsGravatar Greg Kroah-Hartman 2-0/+15
2012-03-20hfsplus: add an ioctl to bless filesGravatar Matthew Garrett 2-0/+39
2012-03-20hfsplus: change finder_info to u32Gravatar Matthew Garrett 1-1/+1
2012-03-20hfsplus: initialise userflagsGravatar Matthew Garrett 1-0/+2
2012-03-20hfsplus: switch to d_make_root()Gravatar Al Viro 1-8/+9
2012-01-10hfsplus: creation of hidden dir on mount can failGravatar Al Viro 1-2/+9
2012-01-06vfs: switch ->show_options() to struct dentry *Gravatar Al Viro 2-3/+3
2012-01-03hfsplus: propagate umode_tGravatar Al Viro 2-2/+2
2012-01-03switch ->mknod() to umode_tGravatar Al Viro 1-1/+1
2012-01-03switch ->create() to umode_tGravatar Al Viro 1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tGravatar Al Viro 1-1/+1
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsGravatar Al Viro 1-1/+0
2012-01-03vfs: mnt_drop_write_file()Gravatar Al Viro 1-1/+1
2012-01-03switch a bunch of places to mnt_want_write_file()Gravatar Al Viro 1-1/+1
2011-11-02filesystems: add set_nlink()Gravatar Miklos Szeredi 1-5/+5
2011-11-02filesystems: add missing nlink wrappersGravatar Miklos Szeredi 1-2/+2
2011-09-15hfsplus: fix filesystem size checksGravatar Christoph Hellwig 1-3/+8
2011-09-15hfsplus: Fix kfree of wrong pointers in hfsplus_fill_super() error pathGravatar Seth Forshee 2-4/+4
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-4/+15
2011-07-22hfsplus: ensure bio requests are not smaller than the hardware sectorsGravatar Seth Forshee 4-42/+101
2011-07-22hfsplus: Add additional range check to handle on-disk corruptionsGravatar Naohiro Aota 1-0/+4
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersGravatar Josef Bacik 2-2/+11
2011-07-20fs: simplify the blockdev_direct_IO prototypeGravatar Christoph Hellwig 1-2/+2
2011-07-20fs: move inode_dio_wait calls into ->setattrGravatar Christoph Hellwig 1-0/+2
2011-07-07hfsplus: Add error propagation for hfsplus_ext_write_extent_lockedGravatar Alexey Khoroshilov 3-10/+24
2011-07-07hfsplus: add error checking for hfs_find_init()Gravatar Alexey Khoroshilov 5-26/+51
2011-06-30hfsplus: lift the 2TB size limitGravatar Christoph Hellwig 2-4/+9
2011-06-30hfsplus: fix overflow in hfsplus_read_wrapperGravatar Christoph Hellwig 1-2/+3
2011-06-30hfsplus: fix overflow in hfsplus_get_blockGravatar Christoph Hellwig 1-3/+6
2011-06-30hfsplus: assignments inside `if' condition clean-upGravatar Anton Salikhmetov 1-8/+27
2011-06-30hfsplus: Fix double iput of the same inode in hfsplus_fill_super()Gravatar Alexey Khoroshilov 1-1/+1
2011-06-30hfsplus: add missing call to bio_put()Gravatar Seth Forshee 1-2/+5
2011-05-28hfsplus: remove unnecessary dentry_unhash on rmdir, dir renameGravatar Sage Weil 1-6/+2
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsGravatar Sage Weil 1-2/+4
2011-05-26vfs: push dentry_unhash on rmdir into file systemsGravatar Sage Weil 1-0/+2
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-2/+0