x86/PCI: use host bridge _CRS info on MSI MS-7253
[linux-flexiantxendom0.git] / fs / sysfs /
2012-04-02 Masami Ichikawasysfs: Fix memory leak in sysfs_sd_setsecdata().
2012-02-03 Eric W. Biedermansysfs: Complain bitterly about attempts to remove files...
2011-11-02 Miklos Szeredifilesystems: add set_nlink()
2011-11-01 Eric W. Biedermansysfs: Make sysfs_rename safe with sysfs_dirents in...
2011-10-25 Eric W. Biedermansysfs: Remove support for tagged directories with untag...
2011-10-25 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next
2011-10-19 Eric W. Biedermansysfs: Reject with a warning invalid uses of tagged...
2011-10-19 Eric W. Biedermansysfs: Remove support for tagged directories with untag...
2011-10-19 Eric W. Biedermansysfs: Implement support for tagged files in sysfs.
2011-09-26 Heiko Carstenssysfs: add unsigned long cast to prevent compile warning
2011-08-23 Mikulas Patockasysfs: use rb-tree for inode number lookup
2011-08-23 Mikulas Patockasysfs: remove s_sibling hacks
2011-08-23 Mikulas Patockasysfs: use rb-tree for name lookups
2011-08-23 Mikulas Patockasysfs: count subdirectories
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-12 Al ViroDelay struct net freeing while there's a sysfs instance...
2011-05-13 Greg Kroah-Hartmansysfs: remove "last sysfs file:" line from the oops...
2011-05-10 Robert P. J. DaySYSFS: Fix erroneous comments for sysfs_update_group().
2011-01-21 David Rientjeskconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT
2011-01-11 Linus TorvaldsMerge branch 'driver-core-next' of git://git./linux...
2011-01-10 Alexey Dobriyanheaders: kobject.h redux
2011-01-07 Nick Pigginfs: provide rcu-walk aware permission i_ops
2011-01-07 Nick Pigginfs: rcu-walk aware d_revalidate method
2011-01-07 Nick Pigginfs: dcache reduce branches in lookup path
2011-01-07 Nick Pigginfs: change d_delete semantics
2010-11-29 Alan Sternsysfs: remove useless test from sysfs_merge_group
2010-10-29 Al Viroconvert sysfs
2010-10-23 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/driver-core-2.6
2010-10-22 Eric W. Biedermansysfs: only access bin file vm_ops with the active...
2010-10-22 Eric W. Biedermansysfs: Fail bin file mmap if vma close is implemented.
2010-10-16 Alan Sternsysfs: Add sysfs_merge_group() and sysfs_unmerge_group()
2010-09-04 Dan Carpentersysfs: checking for NULL instead of ERR_PTR
2010-08-10 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-08-09 Al Viroswitch sysfs to ->evict_inode()
2010-08-09 Christoph Hellwigrename generic_setattr
2010-08-05 Jean Delvaresysfs: sysfs_chmod_file's attr can be const
2010-07-26 Eric W. Biedermansysfs: allow creating symlinks from untagged to tagged...
2010-07-26 Eric W. Biedermansysfs: sysfs_delete_link handle symlinks from untagged...
2010-07-26 Eric W. Biedermansysfs: Don't allow the creation of symlinks we can...
2010-06-04 Nick Pigginfix setattr error handling in sysfs, configfs
2010-06-04 Nick Pigginfix setattr error handling in sysfs, configfs
2010-05-28 Nick Pigginfs: convert simple fs to new truncate
2010-05-21 Eric W. Biedermansysfs: Implement sysfs tagged directory support.
2010-05-21 Chris Wrightsysfs: add struct file* to bin_attr callbacks
2010-05-21 Eric W. Biedermansysfs: Remove usage of S_BIAS to avoid merge conflict...
2010-05-21 Eric W. Biedermansysfs: Remove double free sysfs_get_sb
2010-05-21 Serge E. Hallynsysfs: Comment sysfs directory tagging logic
2010-05-21 Eric W. Biedermansysfs: Implement sysfs_delete_link
2010-05-21 Eric W. Biedermansysfs: Add support for tagged directories with untagged...
2010-05-21 Eric W. Biedermansysfs: Basic support for multiple super blocks
2010-05-16 Simon Arlottbridge: update sysfs link names if port device names...
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-08 Eric W. Biedermansysfs: Kill unused sysfs_sb variable.
2010-03-08 Eric W. Biedermansysfs: Pass super_block to sysfs_get_inode
2010-03-08 Eric W. Biedermansysfs: Implement sysfs_rename_link
2010-03-08 Eric W. Biedermansysfs: Pack sysfs_dirent more tightly.
2010-03-08 Eric W. Biedermansysfs: Serialize updates to the vfs inode
2010-03-08 Eric W. Biedermansysfs: Use one lockdep class per sysfs attribute.
2010-03-08 Eric W. Biedermansysfs: Only take active references on attributes.
2010-03-08 Eric W. Biedermansysfs: Remove sysfs_get/put_active_two
2010-03-08 Emese RevfyDriver core: Constify struct sysfs_ops in struct kobj_type
2010-03-08 Eric W. Biedermansysfs: Cache the last sysfs_dirent to improve readdir...
2010-03-08 Andi Kleensysfs: Add sysfs_add/remove_files utility functions
2010-02-16 Eric W. Biedermansysfs: sysfs_sd_setattr set iattrs unconditionally
2010-01-04 Eric W. Biedermansysfs: Add lockdep annotations for the sysfs active...
2009-12-23 Phil CarmodyDriver core: bin_attribute parameters can often be...
2009-12-11 Eric W. Biedermansysfs: sysfs_setattr remove unnecessary permission...
2009-12-11 Eric W. Biedermansysfs: Factor out sysfs_rename from sysfs_rename_dir...
2009-12-11 Eric W. Biedermansysfs: Propagate renames to the vfs on demand
2009-12-11 Eric W. Biedermansysfs: Gut sysfs_addrm_start and sysfs_addrm_finish
2009-12-11 Eric W. Biedermansysfs: In sysfs_chmod_file lazily propagate the mode...
2009-12-11 Eric W. Biedermansysfs: Implement sysfs_getattr & sysfs_permission
2009-12-11 Eric W. Biedermansysfs: Nicely indent sysfs_symlink_inode_operations
2009-12-11 Eric W. Biedermansysfs: Update s_iattr on link and unlink.
2009-12-11 Eric W. Biedermansysfs: Fix locking and factor out sysfs_sd_setattr
2009-12-11 Eric W. Biedermansysfs: Simplify iattr time assignments
2009-12-11 Eric W. Biedermansysfs: Simplify sysfs_chmod_file semantics
2009-12-11 Eric W. Biedermansysfs: Use dentry_ops instead of directly playing with...
2009-12-11 Eric W. Biedermansysfs: Rename sysfs_d_iput to sysfs_dentry_iput
2009-12-11 Eric W. Biedermansysfs: Update sysfs_setxattr so it updates secdata...
2009-12-11 Stefan Richtersysfs: mark a locally-only used function static
2009-11-04 Eric W. Biedermansysfs: Don't leak secdata when a sysfs_dirent is freed.
2009-10-14 Neil Brownsysfs: Allow sysfs_notify_dirent to be called from...
2009-10-14 Cornelia Hucksysfs: Allow sysfs_move_dir(..., NULL) again.
2009-09-27 Alexey Dobriyanconst: mark struct vm_struct_operations
2009-09-11 Linus TorvaldsMerge branch 'writeback' of git://git.kernel.dk/linux...
2009-09-11 Jens Axboewriteback: add name to backing_dev_info
2009-09-10 David P. Quigleysysfs: Add labeling support for sysfs
2009-07-28 Peter Oberparleitersysfs: fix hardlink count on device_move
2009-07-08 Catalin MarinasFree the memory allocated by memdup_user() in fs/sysfs...
2009-06-16 Armin KusterSysfs: fix possible memleak in sysfs_follow_link
2009-05-28 Andrew Mortonsysfs: file.c: use create_singlethread_workqueue()
2009-04-21 Li Zefansysfs: use memdup_user()
2009-04-16 KOSAKI Motohirosysfs: sysfs poll keep the poll rule of regular file.
2009-04-16 Alex Chiangsysfs: don't use global workqueue in sysfs_schedule_cal...
2009-04-01 Hugh Dickinsmm: page_mkwrite change prototype to match fault: fix...
2009-03-27 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-03-27 Al Viroconstify dentry_operations: sysfs
next