summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | udf: Fix deadlock in udf_release_file()Jan Kara2012-02-291-2/+0
| * | | | | | udf: Fix file entry logicalBlocksRecordedSteve Nickel2012-02-291-6/+10
| * | | | | | udf: Fix handling of i_blocksJan Kara2012-02-291-38/+46
| * | | | | | quota: Make quota code not call tty layer with dqptr_sem heldJan Kara2012-02-291-76/+113
| * | | | | | udf: Init/maintain file entry checkpoint fieldSteve Nickel2012-02-293-0/+6
| * | | | | | ext3: Update ctime in ext3_splice_branch() only when neededKazuya Mio2012-02-291-3/+6
| * | | | | | ext3: Don't call dquot_free_block() if we don't update anythingKazuya Mio2012-02-291-2/+5
| * | | | | | udf: Remove unnecessary OOM messagesJoe Perches2012-02-291-4/+1
* | | | | | | Merge tag 'for-linus-3.4-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2012-03-281-1/+1
|\ \ \ \ \ \ \
| * | | | | | | 9p: statfs should not override server f_typeJim Garlick2012-03-101-1/+1
* | | | | | | | vfs: fix d_ancestor() case in d_materialize_uniqueMichel Lespinasse2012-03-281-1/+2
* | | | | | | | Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-273-4/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | uml/hostfs: Propagate dirent.d_type to filldir()Geert Uytterhoeven2012-03-253-4/+8
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-2431-31/+29
|\ \ \ \ \ \ \ \
| * | | | | | | | fs: reduce the use of module.h wherever possiblePaul Gortmaker2012-02-2832-32/+30
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds2012-03-241-0/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / /
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctlLinus Torvalds2012-03-232-76/+1201
|\ \ \ \ \ \ \ \
| * | | | | | | | sysctl: protect poll() in entries that may go awayLucas De Marchi2012-03-221-1/+16
| * | | | | | | | sysctl: Don't call sysctl_follow_link unless we are a link.Eric W. Biederman2012-02-011-12/+12
| * | | | | | | | sysctl: Comments to make the code clearer.Eric W. Biederman2012-02-011-0/+16
| * | | | | | | | sysctl: Correct error return from get_subdirEric W. Biederman2012-02-011-1/+4
| * | | | | | | | sysctl: An easier to read version of find_subdirEric W. Biederman2012-02-011-3/+3
| * | | | | | | | sysctl: fix memset parameters in setup_sysctl_set()Dan Carpenter2012-01-301-1/+1
| * | | | | | | | sysctl: remove an unused variableDan Carpenter2012-01-301-2/+0
| * | | | | | | | sysctl: Add register_sysctl for normal sysctl usersEric W. Biederman2012-01-241-0/+17
| * | | | | | | | sysctl: Index sysctl directories with rbtrees.Eric W. Biederman2012-01-241-90/+134
| * | | | | | | | sysctl: Make the header lists per directory.Eric W. Biederman2012-01-241-17/+11
| * | | | | | | | sysctl: Move sysctl_check_dups into insert_headerEric W. Biederman2012-01-241-9/+11
| * | | | | | | | sysctl: Modify __register_sysctl_paths to take a set instead of a root and an...Eric W. Biederman2012-01-241-18/+12
| * | | | | | | | sysctl: Replace root_list with links between sysctl_table_sets.Eric W. Biederman2012-01-241-102/+295
| * | | | | | | | sysctl: Add sysctl_print_dir and use it in get_subdirEric W. Biederman2012-01-241-1/+10
| * | | | | | | | sysctl: Stop requiring explicit management of sysctl directoriesEric W. Biederman2012-01-241-199/+143
| * | | | | | | | sysctl: Add a root pointer to ctl_table_setEric W. Biederman2012-01-241-0/+3
| * | | | | | | | sysctl: Rewrite proc_sys_readdir in terms of first_entry and next_entryEric W. Biederman2012-01-241-36/+62
| * | | | | | | | sysctl: Rewrite proc_sys_lookup introducing find_entry and lookup_entry.Eric W. Biederman2012-01-241-26/+76
| * | | | | | | | sysctl: Normalize the root_table data structure.Eric W. Biederman2012-01-241-4/+11
| * | | | | | | | sysctl: Factor out insert_header and erase_headerEric W. Biederman2012-01-241-3/+13
| * | | | | | | | sysctl: Factor out init_header from __register_sysctl_pathsEric W. Biederman2012-01-241-8/+17
| * | | | | | | | sysctl: Initial support for auto-unregistering sysctl tables.Eric W. Biederman2012-01-241-9/+19
| * | | | | | | | sysctl: A more obvious version of grab_header.Eric W. Biederman2012-01-241-4/+4
| * | | | | | | | sysctl: Remove the now unused ctl_table parent field.Eric W. Biederman2012-01-241-11/+1
| * | | | | | | | sysctl: Improve the sysctl sanity checksEric W. Biederman2012-01-241-136/+86
| * | | | | | | | sysctl: register only tables of sysctl filesEric W. Biederman2012-01-241-18/+147
| * | | | | | | | sysctl: Add ctl_table chains into cstring pathsEric W. Biederman2012-01-241-0/+9
| * | | | | | | | sysctl: Add support for register sysctl tables with a normal cstring path.Eric W. Biederman2012-01-241-10/+84
| * | | | | | | | sysctl: Create local copies of directory names used in pathsEric W. Biederman2012-01-241-3/+8
| * | | | | | | | sysctl: Remove the unnecessary sysctl_set parent concept.Eric W. Biederman2012-01-241-3/+8
| * | | | | | | | sysctl: Implement retire_sysctl_setEric W. Biederman2012-01-241-0/+4
| * | | | | | | | sysctl: Make the directories have nlink == 1Eric W. Biederman2012-01-241-1/+0
| * | | | | | | | sysctl: Move the implementation into fs/proc/proc_sysctl.cEric W. Biederman2012-01-242-0/+625
OpenPOWER on IntegriCloud