summaryrefslogtreecommitdiff
path: root/fs (follow)
Commit message (Expand)AuthorAge
...
* | | | | | | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2012-03-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | ext3: fix start and len arguments handling in ext3_trim_fs()Lukas Czerner2012-03-02
| * | | | | | | | | | | | | | udf: Fix deadlock in udf_release_file()Jan Kara2012-02-29
| * | | | | | | | | | | | | | udf: Fix file entry logicalBlocksRecordedSteve Nickel2012-02-29
| * | | | | | | | | | | | | | udf: Fix handling of i_blocksJan Kara2012-02-29
| * | | | | | | | | | | | | | quota: Make quota code not call tty layer with dqptr_sem heldJan Kara2012-02-29
| * | | | | | | | | | | | | | udf: Init/maintain file entry checkpoint fieldSteve Nickel2012-02-29
| * | | | | | | | | | | | | | ext3: Update ctime in ext3_splice_branch() only when neededKazuya Mio2012-02-29
| * | | | | | | | | | | | | | ext3: Don't call dquot_free_block() if we don't update anythingKazuya Mio2012-02-29
| * | | | | | | | | | | | | | udf: Remove unnecessary OOM messagesJoe Perches2012-02-29
* | | | | | | | | | | | | | | Merge tag 'for-linus-3.4-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2012-03-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | 9p: statfs should not override server f_typeJim Garlick2012-03-10
* | | | | | | | | | | | | | | | vfs: fix d_ancestor() case in d_materialize_uniqueMichel Lespinasse2012-03-28
* | | | | | | | | | | | | | | | Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-27
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | uml/hostfs: Propagate dirent.d_type to filldir()Geert Uytterhoeven2012-03-25
| | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | fs: reduce the use of module.h wherever possiblePaul Gortmaker2012-02-28
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds2012-03-24
|\| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctlLinus Torvalds2012-03-23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | sysctl: protect poll() in entries that may go awayLucas De Marchi2012-03-22
| * | | | | | | | | | | | | | | sysctl: Don't call sysctl_follow_link unless we are a link.Eric W. Biederman2012-02-01
| * | | | | | | | | | | | | | | sysctl: Comments to make the code clearer.Eric W. Biederman2012-02-01
| * | | | | | | | | | | | | | | sysctl: Correct error return from get_subdirEric W. Biederman2012-02-01
| * | | | | | | | | | | | | | | sysctl: An easier to read version of find_subdirEric W. Biederman2012-02-01
| * | | | | | | | | | | | | | | sysctl: fix memset parameters in setup_sysctl_set()Dan Carpenter2012-01-30
| * | | | | | | | | | | | | | | sysctl: remove an unused variableDan Carpenter2012-01-30
| * | | | | | | | | | | | | | | sysctl: Add register_sysctl for normal sysctl usersEric W. Biederman2012-01-24
| * | | | | | | | | | | | | | | sysctl: Index sysctl directories with rbtrees.Eric W. Biederman2012-01-24
| * | | | | | | | | | | | | | | sysctl: Make the header lists per directory.Eric W. Biederman2012-01-24
| * | | | | | | | | | | | | | | sysctl: Move sysctl_check_dups into insert_headerEric W. Biederman2012-01-24
| * | | | | | | | | | | | | | | sysctl: Modify __register_sysctl_paths to take a set instead of a root and an...Eric W. Biederman2012-01-24
| * | | | | | | | | | | | | | | sysctl: Replace root_list with links between sysctl_table_sets.Eric W. Biederman2012-01-24
| * | | | | | | | | | | | | | | sysctl: Add sysctl_print_dir and use it in get_subdirEric W. Biederman2012-01-24
| * | | | | | | | | | | | | | | sysctl: Stop requiring explicit management of sysctl directoriesEric W. Biederman2012-01-24
| * | | | | | | | | | | | | | | sysctl: Add a root pointer to ctl_table_setEric W. Biederman2012-01-24
| * | | | | | | | | | | | | | | sysctl: Rewrite proc_sys_readdir in terms of first_entry and next_entryEric W. Biederman2012-01-24
| * | | | | | | | | | | | | | | sysctl: Rewrite proc_sys_lookup introducing find_entry and lookup_entry.Eric W. Biederman2012-01-24
| * | | | | | | | | | | | | | | sysctl: Normalize the root_table data structure.Eric W. Biederman2012-01-24
| * | | | | | | | | | | | | | | sysctl: Factor out insert_header and erase_headerEric W. Biederman2012-01-24
| * | | | | | | | | | | | | | | sysctl: Factor out init_header from __register_sysctl_pathsEric W. Biederman2012-01-24
| * | | | | | | | | | | | | | | sysctl: Initial support for auto-unregistering sysctl tables.Eric W. Biederman2012-01-24
| * | | | | | | | | | | | | | | sysctl: A more obvious version of grab_header.Eric W. Biederman2012-01-24
| * | | | | | | | | | | | | | | sysctl: Remove the now unused ctl_table parent field.Eric W. Biederman2012-01-24
| * | | | | | | | | | | | | | | sysctl: Improve the sysctl sanity checksEric W. Biederman2012-01-24
| * | | | | | | | | | | | | | | sysctl: register only tables of sysctl filesEric W. Biederman2012-01-24
| * | | | | | | | | | | | | | | sysctl: Add ctl_table chains into cstring pathsEric W. Biederman2012-01-24
| * | | | | | | | | | | | | | | sysctl: Add support for register sysctl tables with a normal cstring path.Eric W. Biederman2012-01-24
| * | | | | | | | | | | | | | | sysctl: Create local copies of directory names used in pathsEric W. Biederman2012-01-24
| * | | | | | | | | | | | | | | sysctl: Remove the unnecessary sysctl_set parent concept.Eric W. Biederman2012-01-24
| * | | | | | | | | | | | | | | sysctl: Implement retire_sysctl_setEric W. Biederman2012-01-24