Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / fs / nilfs2 /
2012-03-21 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-03-21 Al Viroswitch open-coded instances of d_make_root() to new...
2012-03-21 Al Virovfs: check i_nlink limits in vfs_{mkdir,rename_dir...
2012-03-20 Cong Wangnilfs2: remove the second argument of k[un]map_atomic()
2012-03-17 Ryusuke Konishinilfs2: fix NULL pointer dereference in nilfs_load_supe...
2012-03-17 Haogang Chennilfs2: clamp ns_r_segments_percentage to [1, 99]
2012-02-09 Xi Wangnilfs2: avoid overflowing segment numbers in nilfs_ioct...
2012-01-08 Linus TorvaldsMerge branch 'pm-for-linus' of git://git./linux/kernel...
2012-01-07 Al Virovfs: switch ->show_options() to struct dentry *
2012-01-04 Al Vironilfs: propagate umode_t
2012-01-04 Al Viroswitch ->mknod() to umode_t
2012-01-04 Al Viroswitch ->create() to umode_t
2012-01-04 Al Viroswitch vfs_mkdir() and ->mkdir() to umode_t
2012-01-04 Al Virovfs: fix the stupidity with i_dentry in inode destructors
2012-01-04 Al Virovfs: mnt_drop_write_file()
2012-01-04 Al Viroswitch a bunch of places to mnt_want_write_file()
2011-12-21 Rafael J. WysockiMerge branch 'master' into pm-sleep
2011-12-20 Haogang Chennilfs2: potential integer overflow in nilfs_ioctl_clean...
2011-12-20 Thomas Meyernilfs2: unbreak compat ioctl
2011-11-21 Tejun Heofreezer: unexport refrigerator() and update try_to_free...
2011-11-02 Miklos Szeredifilesystems: add set_nlink()
2011-11-02 Miklos Szeredifilesystems: add missing nlink wrappers
2011-11-01 Joe Perchestreewide: use __printf not __attribute__((format(printf...
2011-07-21 Josef Bacikfs: push i_mutex and filemap_write_and_wait down into...
2011-07-21 Christoph Hellwigfs: simplify the blockdev_direct_IO prototype
2011-07-21 Christoph Hellwigfs: move inode_dio_wait calls into ->setattr
2011-07-20 Al Viromake d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR...
2011-07-20 Al Viro->permission() sanitizing: don't pass flags to ->permis...
2011-07-20 Al Viro->permission() sanitizing: don't pass flags to generic_...
2011-07-20 Al Virokill check_acl callback of generic_permission()
2011-06-20 Al Vironilfs2_permission() doesn't need to bail out in RCU...
2011-06-11 Ryusuke Konishinilfs2: fix problem in setting checkpoint interval
2011-06-11 Ryusuke Konishinilfs2: fix missing block address termination in btree...
2011-06-11 Ryusuke Konishinilfs2: fix incorrect block address termination in...
2011-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-05-28 Sage Weilnilfs2: remove unnecessary dentry_unhash from rmdir...
2011-05-27 Christoph Hellwigfs: pass exact type of data dirties to ->dirty_inode
2011-05-26 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-05-26 Sage Weilvfs: push dentry_unhash on rename_dir into file systems
2011-05-26 Sage Weilvfs: push dentry_unhash on rmdir into file systems
2011-05-10 Ryusuke Konishinilfs2: use mark_buffer_dirty to mark btnode or meta...
2011-05-10 Ryusuke Konishinilfs2: always set back pointer to host inode in mappin...
2011-05-10 Ryusuke Konishinilfs2: get rid of NILFS_I_NILFS
2011-05-10 Ryusuke Konishinilfs2: use list_first_entry
2011-05-10 Ryusuke Konishinilfs2: use empty_aops for gc-inodes
2011-05-10 Ryusuke Konishinilfs2: implement resize ioctl
2011-05-10 Ryusuke Konishinilfs2: add truncation routine of segment usage file
2011-05-10 Ryusuke Konishinilfs2: add routine to move secondary super block
2011-05-10 Ryusuke Konishinilfs2: add ioctl which limits range of segment to...
2011-05-10 Ryusuke Konishinilfs2: zero fill unused portion of super root block
2011-05-10 Ryusuke Konishinilfs2: super root size should change depending on...
2011-05-10 Ryusuke Konishinilfs2: get rid of private page allocator
2011-05-10 Nicolas Kaisernilfs2: merge list_del()/list_add_tail() to list_move_t...
2011-05-10 Ryusuke Konishinilfs2: fix infinite loop in nilfs_palloc_freev function
2011-04-05 Jens Axboefs: export empty_aops
2011-03-30 Nicolas Kaisernilfs2: fix whitespace coding style issues
2011-03-30 Ryusuke Konishinilfs2: fix oops due to a bad aops initialization
2011-03-30 Ryusuke Konishinilfs2: fix data loss in mmap page write for hole blocks
2011-03-24 Linus TorvaldsMerge branch 'for-2.6.39/core' of git://git.kernel...
2011-03-24 Serge E. Hallynuserns: rename is_owner_or_cap to inode_owner_or_capable
2011-03-24 Akinobu Mitanilfs2: use little-endian bitops
2011-03-10 Jens AxboeMerge branch 'for-2.6.39/stack-plug' into for-2.6.39...
2011-03-10 Jens Axboeblock: kill off REQ_UNPLUG
2011-03-10 Jens Axboeblock: remove per-queue plugging
2011-03-09 Ryusuke Konishinilfs2: get rid of nilfs_sb_info structure
2011-03-09 Ryusuke Konishinilfs2: use sb instance instead of nilfs_sb_info struct
2011-03-09 Ryusuke Konishinilfs2: get rid of sc_sbi back pointer
2011-03-09 Ryusuke Konishinilfs2: move log writer onto nilfs object
2011-03-09 Ryusuke Konishinilfs2: move next generation counter into nilfs object
2011-03-09 Ryusuke Konishinilfs2: move s_inode_lock and s_dirty_files into nilfs...
2011-03-09 Ryusuke Konishinilfs2: move parameters on nilfs_sb_info into nilfs...
2011-03-09 Ryusuke Konishinilfs2: move mount options to nilfs object
2011-03-08 Ryusuke Konishinilfs2: record used amount of each checkpoint in checkp...
2011-03-08 Ryusuke Konishinilfs2: optimize rec_len functions
2011-03-08 Ryusuke Konishinilfs2: append blocksize info to warnings during loadin...
2011-03-08 Ryusuke Konishinilfs2: add compat ioctl
2011-03-08 Ryusuke Konishinilfs2: implement FS_IOC_GETFLAGS/SETFLAGS/GETVERSION
2011-03-08 Ryusuke Konishinilfs2: tighten restrictions on inode flags
2011-03-08 Ryusuke Konishinilfs2: mark S_NOATIME on inodes only if NOATIME attrib...
2011-03-08 Ryusuke Konishinilfs2: use common file attribute macros
2011-03-08 Ryusuke Konishinilfs2: add free entries count only if clear bit operat...
2011-03-08 Ryusuke Konishinilfs2: decrement inodes count only if raw inode was...
2011-03-03 Linus TorvaldsMerge branch 'i_nlink' of git://git./linux/kernel/git...
2011-03-03 Al Vironilfs2: i_nlink races in rename()
2011-03-02 Ryusuke Konishinilfs2: fix regression that i-flag is not set on change...
2011-02-24 Miklos Szeredimm: prevent concurrent unmap_mapping_range() on the...
2011-01-22 Ryusuke Konishinilfs2: fix crash after one superblock became unavailable
2011-01-13 Linus TorvaldsMerge branch 'for-2.6.38/core' of git://git.kernel...
2011-01-10 Alexey Dobriyanheaders: kobject.h redux
2011-01-10 Ryusuke Konishinilfs2: unfold nilfs_dat_inode function
2011-01-10 Ryusuke Konishinilfs2: do not pass sbi to functions which can get...
2011-01-10 Ryusuke Konishinilfs2: get rid of nilfs_mount_options structure
2011-01-10 Ryusuke Konishinilfs2: simplify nilfs_mdt_freeze_buffer
2011-01-10 Ryusuke Konishinilfs2: get rid of loaded flag from nilfs object
2011-01-10 Ryusuke Konishinilfs2: fix a checkpatch error in page.c
2011-01-10 Ryusuke Konishinilfs2: fiemap support
2011-01-10 Ryusuke Konishinilfs2: mark buffer heads as delayed until the data...
2011-01-10 Ryusuke Konishinilfs2: call nilfs_error inside bmap routines
2011-01-10 Joe Perchesfs/nilfs2/super.c: Use printf extension %pV
2011-01-07 Nick Pigginfs: provide rcu-walk aware permission i_ops
next